We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79699b8 commit 4412f3fCopy full SHA for 4412f3f
1 file changed
web/js/helpers.js
@@ -251,6 +251,7 @@ App.Helpers.updateScreen = function()
251
App.Env.initialParams = reply.data;
252
App.Helpers.updateInitial();
253
});*/
254
+ $('.first-row').removeClass('first-row');
255
$('.row:first').addClass('first-row');
256
Custom.init();
257
}
0 commit comments