Browse Source

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

master
Miguel Freitas 11 years ago
parent
commit
ddf4578546
  1. 2
      interface_common.js

2
interface_common.js

@ -447,7 +447,7 @@ var retweetSubmit = function(e)
function initInterfaceCommon() { function initInterfaceCommon() {
$( "body, .cancel, .modal-blackout" ).on( "click", function() { closeModal($(this)); } ); $( "body" ).on( "click", ".cancel" , function() { closeModal($(this)); } );
$( ".post-reply" ).bind( "click", postReplyClick ); $( ".post-reply" ).bind( "click", postReplyClick );
$( ".post-propagate" ).bind( "click", reTwistPopup ); $( ".post-propagate" ).bind( "click", reTwistPopup );
$( ".userMenu-config-dropdown" ).bind( "click", dropDownMenu ); $( ".userMenu-config-dropdown" ).bind( "click", dropDownMenu );

Loading…
Cancel
Save