mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Bug fix: border-bottom dissapear after edit and then cancel
This commit is contained in:
parent
79699b83be
commit
4412f3f843
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ App.Helpers.updateScreen = function()
|
||||||
App.Env.initialParams = reply.data;
|
App.Env.initialParams = reply.data;
|
||||||
App.Helpers.updateInitial();
|
App.Helpers.updateInitial();
|
||||||
});*/
|
});*/
|
||||||
|
$('.first-row').removeClass('first-row');
|
||||||
$('.row:first').addClass('first-row');
|
$('.row:first').addClass('first-row');
|
||||||
Custom.init();
|
Custom.init();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue