forked from GithubBackups/vichan
expand-all-images.js: onReady
This commit is contained in:
parent
e92e9469a8
commit
d9a333a69f
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (active_page == 'ukko' || active_page == 'thread' || active_page == 'index') {
|
if (active_page == 'ukko' || active_page == 'thread' || active_page == 'index') {
|
||||||
onready(function() {
|
onReady(function() {
|
||||||
$('hr:first').before('<div id="expand-all-images" style="text-align:right"><a class="unimportant" href="javascript:void(0)"></a></div>');
|
$('hr:first').before('<div id="expand-all-images" style="text-align:right"><a class="unimportant" href="javascript:void(0)"></a></div>');
|
||||||
$('div#expand-all-images a')
|
$('div#expand-all-images a')
|
||||||
.text(_('Expand all images'))
|
.text(_('Expand all images'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user