mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
Javascript cleanup; new functionality; added jquery-ui
This commit is contained in:
parent
3bf357bde3
commit
53a0268227
6 changed files with 68 additions and 43 deletions
|
@ -40,6 +40,7 @@ App.Messages.get = function(key, plural) {
|
|||
// Empty
|
||||
App.Empty = {};
|
||||
App.Empty.USER = {'CONTACT':'', 'PASSWORD':'','LOGIN_NAME':'','LNAME':'', 'FNAME':'','NS1':'','NS2':'','NS3':'','NS4':'','NS5':'','NS6':'','NS7':'','NS8':''};
|
||||
App.Empty.WEB_DOMAIN = {'CONTACT':'', 'PASSWORD':'','LOGIN_NAME':'','NS':'', 'DOMAIN':'','SSL_CERT':'','SSL_HOME':'','STATS_PASSWORD':'','STATS_LOGIN':'','ALIAS':''};
|
||||
|
||||
App.Settings.getMethodName = function(action)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue