Skip to content

Commit d40d047

Browse files
authored
Fix CS v3.14.0 (#1982)
1 parent d86b13b commit d40d047

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

js/src/plugins/file-upload.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default class AtkFileUploadPlugin extends AtkPlugin {
186186
* @returns {string}
187187
*/
188188
getEraseContent() {
189-
return '<i class="red remove icon" style=""></i>';
189+
return '<i class="red remove icon"></i>';
190190
}
191191
}
192192

public/js/atkjs-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ class AtkFileUploadPlugin extends _atk_plugin__WEBPACK_IMPORTED_MODULE_5__["defa
945945
* @returns {string}
946946
*/
947947
getEraseContent() {
948-
return '<i class="red remove icon" style=""></i>';
948+
return '<i class="red remove icon"></i>';
949949
}
950950
}
951951
AtkFileUploadPlugin.DEFAULTS = {

public/js/atkjs-ui.js.map

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/js/atkjs-ui.min.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/js/atkjs-ui.min.js.map

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

src/GridLayout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ protected function buildTemplate(): void
9393
};
9494
$cloneTagTreeFx($tmp->getTagTree('rows'));
9595

96-
// TODO prune unreachable nodes
97-
// $template->rebuildTagsIndex();
96+
// TODO prune unreachable nodes
97+
// $template->rebuildTagsIndex();
9898
}, null, HtmlTemplate::class)();
9999

100100
$this->addClass($this->cssWideClasses[$this->columns] . ' column');

0 commit comments

Comments
 (0)