Browse Source

Coding style fix

master
Dionysis Zindros 11 years ago
parent
commit
92a77aee78
  1. 2
      interface_common.js

2
interface_common.js

@ -446,7 +446,7 @@ var retweetSubmit = function(e)
function initInterfaceCommon() { function initInterfaceCommon() {
$("body").on( "click", ".cancel" , 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