[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / zen-garden-2 / inclure / zengarden_switcher.js
index 4fc2029..146a6f7 100644 (file)
@@ -3,6 +3,6 @@ jQuery(function() {
                .change(function(){
                        jQuery(this).parents('form').get(0).submit();
                })
-               .attr('value',theme_selected)
-         .siblings("input[type=submit]").hide();
-});
\ No newline at end of file
+               .val(theme_selected)
+               .siblings("input[type=submit]").hide();
+});