mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-03-12 05:21:23 +00:00
affect profile modal only and use local variable
This commit is contained in:
parent
b72c3d438b
commit
36adf7106c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user