Bug fix: border-bottom dissapear after edit and then cancel

This commit is contained in:
Malishev Dmitry 2011-12-29 16:41:54 +03:00
parent 79699b83be
commit 4412f3f843

View file

@ -251,6 +251,7 @@ App.Helpers.updateScreen = function()
App.Env.initialParams = reply.data;
App.Helpers.updateInitial();
});*/
$('.first-row').removeClass('first-row');
$('.row:first').addClass('first-row');
Custom.init();
}