diff --git src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
index 1e17af71d..ff2ea5fda 100644
--- src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
+++ src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
@@ -32,7 +32,7 @@ window.bp = window.bp || {};
 
 		postFormView: function() {
 			// Do not carry on if the main element is not available.
-			if ( ! $( '#bp-nouveau-activity-form' ).length ) {
+			if ( ! $( '#bp-nouveau-activity-form' ).length || ! $( '#tmpl-activity-post-form-feedback').length ) {
 				return;
 			}
 
