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) @@ -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…
Cancel
Save