mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 07:36:47 -07:00
Pre release
This commit is contained in:
parent
230c93fbe1
commit
3c81394a3e
25 changed files with 2486 additions and 124 deletions
|
@ -70,7 +70,8 @@ App.Pages.USER.new_entry = function(evt)
|
|||
$(box).find('.suspended').addClass('hidden');
|
||||
App.Ref.CONTENT.prepend($(box).html());
|
||||
App.Helpers.updateScreen();
|
||||
$('#'+form_id).find('.ns-entry, .additional-ns-add').addClass('hidden');
|
||||
$('#'+form_id).find('.ns-entry, .additional-ns-add').addClass('hidden').find('.rule-required').removeClass('rule-required');
|
||||
$('#'+form_id).find('.shell-entry').addClass('hidden');
|
||||
}
|
||||
|
||||
App.Pages.WEB_DOMAIN.new_entry = function(evt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue