mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
remove debug statement
This commit is contained in:
@@ -7,7 +7,6 @@ $ ->
|
||||
# %div.js-toggle-content
|
||||
#
|
||||
$("body").on "click", ".js-toggle-button", (e) ->
|
||||
console.log(e);
|
||||
$(@).find('i').
|
||||
toggleClass('fa fa-chevron-down').
|
||||
toggleClass('fa fa-chevron-up')
|
||||
|
||||
Reference in New Issue
Block a user