Skip to content

Commit e553e0d

Browse files
committed
fix: minore
1 parent 23d8459 commit e553e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/src/js/functions/datatables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function initComplete(settings) {
290290

291291
const value = search[(id_plugin ? id_plugin : "") + "_search_" + name] ? search[(id_plugin ? id_plugin : "") + "_search_" + name] : '';
292292

293-
$('<br><input type="text" style="width:100%" class="form-control' + (value ? ' input-searching' : '') + '" placeholder="' + globals.translations.filter + '..." value="' + value.replace(/"/g, '&quot;') + '"><i class="deleteicon fa fa-times ' + (value ? '' : ' hide') + '"></i>')
293+
$('<br><input type="text" style="width:100%" class="form-control' + (value ? ' input-searching' : '') + '" placeholder="' + globals.translations.filter + '..." value="' + value.replace(/"/g, '&quot;') + '"><i class="deleteicon fa fa-times' + (value ? '' : ' hide') + '"></i>')
294294
.appendTo(column.header())
295295
.on('keyup', function (e) {
296296
clearInterval(tempo);

0 commit comments

Comments
 (0)