打包发布最新功能
This commit is contained in:
@ -117,4 +117,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: eead586884e827fb28480c335ab9d3fc
|
||||
// $hash: 190286403c2f41db4f7f5e13ca9a2158
|
@ -114,4 +114,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 69eeaf44413967796526c27a57f9e5c3
|
||||
// $hash: 0dea0ce031907f908bd45feb13483a36
|
File diff suppressed because one or more lines are too long
@ -116,4 +116,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: cc4206b9f467adfd42760ee5a6c3606f
|
||||
// $hash: 03d011b56beb69dc9e64484e888e2704
|
@ -1831,7 +1831,7 @@ define("tinymce/tableplugin/Plugin", [
|
||||
function insertTable(cols, rows) {
|
||||
var y, x, html;
|
||||
|
||||
html = '<table style="width: 100%"><tbody>';
|
||||
html = '<table><tbody>';
|
||||
|
||||
for (y = 0; y < rows; y++) {
|
||||
html += '<tr>';
|
||||
|
2
public/tinymce/plugins/table/plugin.min.js
vendored
2
public/tinymce/plugins/table/plugin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user