Commit 72dcd07

mo khan <mo@mokhan.ca>
2015-04-11 22:08:47
is it the global js?
1 parent 75a6070
Changed files (1)
app
assets
javascripts
app/assets/javascripts/items.js
@@ -1,10 +1,10 @@
-$(function(){
-	$(".delete_stub").click(function(){
-		$(this).hide();
-		$(".delete_form").show();
-	});
-	$(".delete_form .cancel").click(function(){
-		$(this).parent("form").hide();
-		$(".delete_stub").show();
-	});
-});
\ No newline at end of file
+//$(function(){
+	//$(".delete_stub").click(function(){
+		//$(this).hide();
+		//$(".delete_form").show();
+	//});
+	//$(".delete_form .cancel").click(function(){
+		//$(this).parent("form").hide();
+		//$(".delete_stub").show();
+	//});
+//});