mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
revert patch that prevents updating modal with new posts (it just close)
This commit is contained in:
parent
cb8872996e
commit
ddf4578546
@ -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…
x
Reference in New Issue
Block a user