Skip to content
Snippets Groups Projects
Commit e5a59331 authored by James Lopez's avatar James Lopez
Browse files

remove debug statement

parent acf29795
No related branches found
No related tags found
3 merge requests!4012Experimental UI for exporting and importing a project,!3142Project import functionality,!3114Export project functionality
Pipeline #
Loading
@@ -7,7 +7,6 @@ $ ->
Loading
@@ -7,7 +7,6 @@ $ ->
# %div.js-toggle-content # %div.js-toggle-content
# #
$("body").on "click", ".js-toggle-button", (e) -> $("body").on "click", ".js-toggle-button", (e) ->
console.log(e);
$(@).find('i'). $(@).find('i').
toggleClass('fa fa-chevron-down'). toggleClass('fa fa-chevron-down').
toggleClass('fa fa-chevron-up') toggleClass('fa fa-chevron-up')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment