quick-reply.js: activate only on index page
This commit is contained in:
parent
84aaaabece
commit
95b49f2215
@ -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…
Reference in New Issue
Block a user