Browse Source

quick-reply.js: activate only on index page

pull/40/head
czaks 11 years ago
committed by root
parent
commit
95b49f2215
  1. 3
      js/quick-reply.js

3
js/quick-reply.js

@ -12,6 +12,7 @@
*
*/
if (active_page == 'index') {
$(document).ready(function(){
if($('div.banner').length != 0)
return; // not index
@ -43,4 +44,4 @@ $(document).ready(function(){
});
});
});
}

Loading…
Cancel
Save