revert patch that prevents updating modal with new posts (it just close)

This commit is contained in:
Miguel Freitas 2014-01-09 10:01:31 -02:00
parent cb8872996e
commit ddf4578546

View File

@ -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 );