mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-29 17:18:39 +00:00
Draft editor functionality
This commit is contained in:
parent
a98199d3db
commit
c1157d67fc
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
jsOMS.Modules.Media.prototype.bind = function (id)
|
||||
{
|
||||
let e = typeof id === 'undefined' ? document.getElementsByTagName('form') : [document.getElementById(id)],
|
||||
const e = typeof id === 'undefined' ? document.getElementsByTagName('form') : [document.getElementById(id)],
|
||||
length = e.length;
|
||||
|
||||
for (let i = 0; i < length; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user