4577 Posts in 1387 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 825 Views |
-
error

6 June 2009 at 11:53am
i have installed silverstripe, when i go to the site content tab i have this error in there
e; } if(!this.old_onfocus) this.old_onfocus = function() { return true; } }, onblur : function() { if(this.old_onblur()) { // Don't perform instant validation for CalendarDateField fields; it creates usability wierdness. if(this.parentNode.className.indexOf('calendardate') == -1 || this.value) { return $('Form_EditorToolbarFlashForm').validate(this); } else { return true; } } } }, '#Form_EditorToolbarFlashForm select' : { initialise: function() { if(!this.old_onblur) this.old_onblur = function() { return true; } }, onblur : function() { if(this.old_onblur()) { return $('Form_EditorToolbarFlashForm').validate(this); } } } }); //]]>
maybe i have loaded something?
-
Re: error

6 June 2009 at 9:02pm
Make sure all your files uploaded successfully and then try reload the cms - yoursite.com/admin?flush=1
| 825 Views | ||
|
Page:
1
|
Go to Top |


