User:Gary/comment highlighter.js: Difference between revisions

Content deleted Content added
update
try and fix
Line 1:
// Generated by CoffeeScript 2.1.10
(function() {
/*
Line 148:
return CommentHighlighter;
 
}).call(this);
 
// This script depends on "Comments in Local Time", so it should run after that.
runCHScript = function() {
if (window.mw.config.get('wgAction') === 'view' && (typeof isDiscussionPage !== "undefined" && isDiscussionPage !== null) && isDiscussionPage) {
return $setTimeout(window).on('load', function() {
if (window.mw.config.get('wgAction') === 'view' && (typeof isDiscussionPage !== "undefined" && isDiscussionPage !== null) && isDiscussionPage) {
return setTimeout(functionCommentHighlighter.init() {;
}, 0);
return CommentHighlighter.init();
}, 0);
}
});
};