Skip to content

Commit d215fd0

Browse files
committed
feat: ueditor css cache clear
1 parent 4203cb7 commit d215fd0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

public/asset/common/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/asset/vendor/ueditor/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/asset/common/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/asset/vendor/ueditor/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/resources/asset/src/vendor/ueditor/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32101,7 +32101,7 @@ UE.ui = baidu.editor.ui = {};
3210132101
editor.options.editor = editor;
3210232102
utils.loadFile(document, {
3210332103
href:
32104-
editor.options.themePath + editor.options.theme + "/css/ueditor.css",
32104+
editor.options.themePath + editor.options.theme + "/css/ueditor.css?20220907",
3210532105
tag: "link",
3210632106
type: "text/css",
3210732107
rel: "stylesheet"

vendor/modstart/modstart/views/core/grid/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
var id = getId(this);
250250
addUrl += (addUrl.indexOf('?') > 0 ? '&' : '?') + '_copyId=' + id;
251251
}
252-
console.log(addUrl);
252+
// console.log(addUrl);
253253
lister.realtime.dialog.add = layer.open({
254254
type: 2,
255255
title: "{{ empty($titleAdd) ? ($title?L('Add').$title:L('Add')) : $titleAdd }}",

0 commit comments

Comments
 (0)