public/master.js in geminabox-0.2.14 vs public/master.js in geminabox-0.2.15
- old
+ new
@@ -1,5 +1,5 @@
-jQuery(function($) {
+(function($) {
$("form.delete-form").submit(function() {
return confirm("Are you sure you want to delete this gem?");
});
-});
+})(jQuery);