Browse Source

Removes debugger directive

Andrea Franceschini 8 năm trước cách đây
mục cha
commit
fd6b29a668
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      js/scripts.js

+ 0 - 1
js/scripts.js

@@ -18,7 +18,6 @@ $(function() {
 						'</aside>');
 		$('#top_banner').prepend(cmaside)
 		$('#cookie_monster button').click(function(e) {
-			debugger;
 			t = $(e.target);
 			if(t.data('disable')) {
 				Cookies.set('eu-disable', true, { expires: 365 });