mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-10 06:28:41 +00:00
table test and bug style fixes
This commit is contained in:
parent
9f95efa77f
commit
903cf417c0
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user