Skip to content

Commit

Permalink
[Fixes] Fix js buttons error
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaboiangiu committed Apr 25, 2017
1 parent ce59228 commit 24007d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemet/thesaurus/static/thesaurus/js/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $(document).ready(function () {
$(this).parent().removeClass('visible'); // hide cancel and save buttons
$(this).parent().siblings('.input-area').removeClass('visible'); // hide input area
$(this).parent().siblings('.text-field').removeClass('hidden'); // show text-area (if necessary)
$('.btng.edit, .btng.add').removeClass('hidden'); // show edit/delete button
$(this).parent().children('.btng.edit, .btng.add').removeClass('hidden'); // show edit/delete button
});

/* prefLabel, definition, scopeNote, source enable editing */
Expand Down

0 comments on commit 24007d8

Please sign in to comment.