load Sortable.min.js in index_carousel for drag-drop widgets
This commit is contained in:
parent
275585abda
commit
9ca9e007e7
@ -6,6 +6,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"binds": [{"wid": "app", "event": "ready", "actiontype": "script",
|
"binds": [{"wid": "app", "event": "ready", "actiontype": "script",
|
||||||
"script": "var l=localStorage.getItem('hermes-lang');if(l&&l!=='zh')location.href='/tokentest.opencomputing.cn/index_'+l+'.ui';var t=document.createElement('script');t.src='{{entire_url('/tokentest.opencomputing.cn/theme.js')}}';document.head.appendChild(t);var s=document.createElement('script');s.src='{{entire_url('/tokentest.opencomputing.cn/carousel.js')}}';document.head.appendChild(s);"
|
"script": "var l=localStorage.getItem('hermes-lang');if(l&&l!=='zh')location.href='/tokentest.opencomputing.cn/index_'+l+'.ui';var t=document.createElement('script');t.src='{{entire_url('/tokentest.opencomputing.cn/theme.js')}}';document.head.appendChild(t);var s=document.createElement('script');s.src='{{entire_url('/tokentest.opencomputing.cn/carousel.js')}}';document.head.appendChild(s);var sort=document.createElement('script');sort.src='{{entire_url('/bricks/3parties/Sortable.min.js')}}';document.head.appendChild(sort);"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user