Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5aae82e53939198da906b41a6c0e20ccb773c7d8
Authored by
Eugeny Galkovskiy
2016-10-06 14:16:23 +0300
1 parent
bc03d980
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
5aae82e
...
...
@@ -53,6 +53,7 @@ $(document).ready(function(){
53
53
}
54
54
return false;
55
55
});
56
- alert('fsdfsdfdsf');
56
+
57
+ $(".button3").remove();
57
58
58
59
});
59
60
\ No newline at end of file
...
...