Fixes in scripts edit
This commit is contained in:
parent
6220d8a4f0
commit
fbab7917ef
3 changed files with 44 additions and 14 deletions
|
|
@ -10,11 +10,6 @@ ${edit_update|n}
|
|||
<%block name="jscript_block">
|
||||
<script type="text/javascript" src="${make_media_url('js/Sortable.min.js', 'pastafari2')}"></script>
|
||||
<script>
|
||||
sortable_list=document.getElementById('updateserverscripts_table_rows');
|
||||
|
||||
sortable_var=new Sortable(sortable_list, {
|
||||
animation: 150,
|
||||
/*ghostClass: 'blue-background-class'*/
|
||||
});
|
||||
</script>
|
||||
</%block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue