mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
Coding style fix
This commit is contained in:
parent
c4748cad91
commit
92a77aee78
@ -446,7 +446,7 @@ var retweetSubmit = function(e)
|
||||
|
||||
|
||||
function initInterfaceCommon() {
|
||||
$("body").on( "click", ".cancel" , 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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user