From 0a173c8a1efa3d740f589823bc9f92b601ab111a Mon Sep 17 00:00:00 2001 From: myleneb Date: Mon, 10 Aug 2015 06:17:22 +0200 Subject: [PATCH] fix profile screen name position --- js/theme_option.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/theme_option.js b/js/theme_option.js index c0e1627..2d1b1b6 100644 --- a/js/theme_option.js +++ b/js/theme_option.js @@ -94,7 +94,7 @@ function reOrganizeTemplates() { // for nin's templating $('.post-context').each(function(){ $(this).prependTo($(this).parent()); }); // puts context on top of post ///// page profile - $('.profile-card-main h2').detach().insertBefore($('.profile-card-main')); + $('.forEdition .profile-card-main h2').detach().insertBefore($('.profile-card-main')); //loader newLoader()