diff --git a/interface_common.js b/interface_common.js index 8c20656..fff49e2 100644 --- a/interface_common.js +++ b/interface_common.js @@ -447,7 +447,7 @@ var retweetSubmit = function(e) function initInterfaceCommon() { - $( "body, .cancel, .modal-blackout" ).on( "click", function() { closeModal($(this)); } ); + $( "body" ).on( "click", ".cancel" , function() { closeModal($(this)); } ); $( ".post-reply" ).bind( "click", postReplyClick ); $( ".post-propagate" ).bind( "click", reTwistPopup ); $( ".userMenu-config-dropdown" ).bind( "click", dropDownMenu );