diff --git a/core/js/main.js b/core/js/main.js
index 2bac6a4..6e6929d 100644
|
a
|
b
|
|
| 44 | 44 | invokeParamifier(params,"onload"); |
| 45 | 45 | t4 = new Date(); |
| 46 | 46 | readOnly = (window.location.protocol == "file:") ? false : config.options.chkHttpReadOnly; |
| 47 | | showBackstage = !readOnly; |
| 48 | 47 | var pluginProblem = loadPlugins(); |
| 49 | 48 | t5 = new Date(); |
| 50 | 49 | formatter = new Formatter(config.formatters); |
| 51 | 50 | story.switchTheme(config.options.txtTheme); |
| 52 | 51 | invokeParamifier(params,"onconfig"); |
| | 52 | showBackstage = !readOnly; |
| 53 | 53 | t6 = new Date(); |
| 54 | 54 | store.notifyAll(); |
| 55 | 55 | t7 = new Date(); |