Sign in
dlstatic
/
components
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a91d28bed6c345948b0e23a370c195af3412ec87
Authored by
dlstatic
2016-02-23 10:42:30 +0800
1 parent
81ed3575
build: skipped
Comment window.UE in config file.
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
js/plugin/ueditor/ueditor.config.js
js/plugin/ueditor/ueditor.config.js
View file @
a91d28b
...
...
@@ -429,8 +429,8 @@
429
429
430
430
}
431
431
432
- window.UE = {
433
- getUEBasePath: getUEBasePath
434
- };
432
+/* window.UE = { */
433
+ // getUEBasePath: getUEBasePath
434
+ // };
435
435
436
436
})();
...
...