Skip to content

Commit 4412f3f

Browse files
committed
Bug fix: border-bottom dissapear after edit and then cancel
1 parent 79699b8 commit 4412f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/js/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ App.Helpers.updateScreen = function()
251251
App.Env.initialParams = reply.data;
252252
App.Helpers.updateInitial();
253253
});*/
254+
$('.first-row').removeClass('first-row');
254255
$('.row:first').addClass('first-row');
255256
Custom.init();
256257
}

0 commit comments

Comments
 (0)