fixed jQuery multiselect in admin

This commit is contained in:
mdipierro
2012-09-08 21:59:49 -05:00
parent 7fe1b4321a
commit bbaee04f28
11 changed files with 431 additions and 73 deletions
+5 -5
View File
@@ -70,11 +70,11 @@
{{=form}}
</div>
<script>
jQuery(document).ready(function(){
var t=jQuery('#no_table_layout_theme');
t.change(function(){
jQuery('#preview').attr('src','{{=LAYOUTS_APP}}/static/plugin_layouts/layouts/'+t.val()+'/preview.png');
});
jQuery(function(){
var t=jQuery('#no_table_layout_theme');
t.change(function(){
jQuery('#preview').attr('src','{{=LAYOUTS_APP}}/static/plugin_layouts/layouts/'+t.val()+'/preview.png');
});
});
</script>