Jamesgolovich has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/146797

Change subject: Use existance of #collabComResults to decide if we take action.
......................................................................

Use existance of #collabComResults to decide if we take action.

Change-Id: I09567c2cd9eb2ae91d1d6e3900a6ba03e866e6b4
---
M scripts/Comment/CE_Comment.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticComments 
refs/changes/97/146797/1

diff --git a/scripts/Comment/CE_Comment.js b/scripts/Comment/CE_Comment.js
index 241edbb..4db84bb 100644
--- a/scripts/Comment/CE_Comment.js
+++ b/scripts/Comment/CE_Comment.js
@@ -1300,7 +1300,7 @@
 $(document).ready(
        function() { 
                var     domElement,
-                       collabFormExists = $( '#collabComForm' ).length > 0 ? 
true : false;
+                       collabFormExists = $( '#collabComResults' ).length > 0 
? true : false;
                if ( collabFormExists ) {
                        ceCommentForm.preloadImages();
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/146797
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09567c2cd9eb2ae91d1d6e3900a6ba03e866e6b4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticComments
Gerrit-Branch: master
Gerrit-Owner: Jamesgolovich <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to