fix img stuff
This commit is contained in:
parent
0ad8064e72
commit
e175a399a5
@ -1973,7 +1973,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$.bind($('select', controls), 'change', $.cb.value);
|
$.bind($('select', controls), 'change', $.cb.value);
|
||||||
$.bind($('select', controls), 'change', imageTypeChange);
|
$.bind($('select', controls), 'change', imgExpand.cb.typeChange);
|
||||||
$.bind($('input', controls), 'click', imgExpand.cb.all);
|
$.bind($('input', controls), 'click', imgExpand.cb.all);
|
||||||
delform = $('form[name=delform]');
|
delform = $('form[name=delform]');
|
||||||
return $.prepend(delform, controls);
|
return $.prepend(delform, controls);
|
||||||
@ -2144,7 +2144,7 @@
|
|||||||
$.bind(recaptcha, 'keydown', recaptcha.listener);
|
$.bind(recaptcha, 'keydown', recaptcha.listener);
|
||||||
$.bind($('form[name=post]'), 'submit', qr.cb.submit);
|
$.bind($('form[name=post]'), 'submit', qr.cb.submit);
|
||||||
if ($.config('Image Expansion')) {
|
if ($.config('Image Expansion')) {
|
||||||
imgExpansion.init();
|
imgExpand.init();
|
||||||
}
|
}
|
||||||
if ($.config('Image Auto-Gif')) {
|
if ($.config('Image Auto-Gif')) {
|
||||||
imgGif.init();
|
imgGif.init();
|
||||||
|
|||||||
@ -1498,7 +1498,7 @@ imgExpand =
|
|||||||
option.selected = true
|
option.selected = true
|
||||||
break
|
break
|
||||||
$.bind $('select', controls), 'change', $.cb.value
|
$.bind $('select', controls), 'change', $.cb.value
|
||||||
$.bind $('select', controls), 'change', imageTypeChange
|
$.bind $('select', controls), 'change', imgExpand.cb.typeChange
|
||||||
$.bind $('input', controls), 'click', imgExpand.cb.all
|
$.bind $('input', controls), 'click', imgExpand.cb.all
|
||||||
|
|
||||||
delform = $ 'form[name=delform]'
|
delform = $ 'form[name=delform]'
|
||||||
@ -1674,7 +1674,7 @@ $.bind $('form[name=post]'), 'submit', qr.cb.submit
|
|||||||
|
|
||||||
#major features
|
#major features
|
||||||
if $.config 'Image Expansion'
|
if $.config 'Image Expansion'
|
||||||
imgExpansion.init()
|
imgExpand.init()
|
||||||
|
|
||||||
if $.config 'Image Auto-Gif'
|
if $.config 'Image Auto-Gif'
|
||||||
imgGif.init()
|
imgGif.init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user