Skip to content

Commit

Permalink
Merge pull request #306 from plone/hide-modal-structure
Browse files Browse the repository at this point in the history
Hiding the modal on structure pattern
  • Loading branch information
garbas committed Feb 14, 2014
2 parents 64ade8c + b3815bc commit 733be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/patterns/structure/views/addmenu.js
Expand Up @@ -96,7 +96,7 @@ define([
if(self.$items.is(':visible')){
self.$dropdown.dropdown('toggle');
}
modal.$loading.hide();
modal.hide();
},
onError: function(){
alert('error on form');
Expand Down

1 comment on commit 733be97

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=b8a7f9a7f01241958d8768c1bf3d04e3
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.