From 36adf7106c6b9db033c6130c52d654acdb80d219 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Tue, 8 Apr 2014 12:02:23 +0400 Subject: [PATCH] affect profile modal only and use local variable --- js/interface_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/interface_common.js b/js/interface_common.js index a243eb4..d9e0add 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -121,7 +121,7 @@ function openProfileModal(e) }; //fix .modal-content height - $mc = $('.modal-content'); + var $mc = $("." +profileModalClass + " .modal-content"); $mc.off('profileloaded'); $mc.on('profileloaded', function() { var viewHeader = $mc.find(".postboard > h2");