forked from leftypol/leftypol
javascripts: fixed interactions (BEWARE, inline-expanding.js now requires jquery! fix your configs)
Conflicts: js/expand.js js/inline-expanding.js
This commit is contained in:
parent
e648121e4a
commit
2868dd7886
3 changed files with 8 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
$(document).ready(function(){
|
||||
if($('div.banner').length != 0)
|
||||
return; // not index
|
||||
|
||||
|
||||
$('div.post.op span.omitted').each(function() {
|
||||
$(this)
|
||||
.html($(this).text().replace(_("Click reply to view."), '<a href="javascript:void(0)">'+_("Click to expand")+'</a>.'))
|
||||
|
@ -51,4 +51,4 @@ $(document).ready(function(){
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue