table test and bug style fixes

This commit is contained in:
Dennis Eichhorn 2019-03-31 20:32:17 +02:00
parent 9f95efa77f
commit 903cf417c0
2 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@
const fileFields = document.querySelectorAll(
'#' + e.id + ' input[type=file], '
+ 'input[form=' + e.id + '][type=file]'
),
uploader = new jsOMS.Modules.Models.Media.Upload(self.app.responseManager);
);
const uploader = new jsOMS.Modules.Models.Media.Upload(self.app.responseManager);
uploader.setSuccess(e.id, function (type, response)
{

View File

@ -13,7 +13,7 @@
<input autocomplete="off" class="input" id="mediaInput" name="mediaFile" type="text"
data-emptyAfter="true"
data-autocomplete="false"
data-src="{/lang}/api/media/find?search={#mediaInput}">
data-src="api/media/find?search={#mediaInput}">
<div id="iMediaInput-dropdown" class="dropdown" data-active="true">
<table id="iMediaInput-table" class="table darkred">
<thead>