mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -07:00
JSON parser improved. Fixed problem with parsing special symbols
This commit is contained in:
parent
c80f12eaa4
commit
b472a367d5
6 changed files with 107 additions and 11 deletions
|
@ -15,6 +15,7 @@ App.Constants.DNS_FORM_ID = 'dns-form';
|
|||
App.Constants.USER_FORM_ID = 'user-form';
|
||||
App.Constants.WEB_DOMAIN_FORM_ID = 'web_domain-form';
|
||||
App.Constants.DB_FORM_ID = 'db-form';
|
||||
App.Constants.CRON_FORM_ID = 'cron-form';
|
||||
|
||||
App.Settings.ajax_url = 1;
|
||||
App.Settings.uri = location.href.replace('index.html', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue