Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded

This commit is contained in:
Nathan Gray
2013-08-14 18:01:22 +00:00
parent 42e66e9319
commit eec6791213
4 changed files with 21 additions and 2 deletions

View File

@ -91,7 +91,7 @@ var et2_tree = et2_inputWidget.extend(
"name": "Standard images",
"type": "string",
"default": "",
"descripton": "comma-separated names of icons for a leaf, closed and opend folder (default: leaf.gif,folderClosed.gif,folderOpen.gif), images with extension get loaded from image_path, just 'image' or 'appname/image' are allowed too"
"description": "comma-separated names of icons for a leaf, closed and opend folder (default: leaf.gif,folderClosed.gif,folderOpen.gif), images with extension get loaded from image_path, just 'image' or 'appname/image' are allowed too"
}
},