Fixes in scripts edit

This commit is contained in:
Antonio de la Rosa 2022-04-01 17:38:30 +02:00
parent 6220d8a4f0
commit fbab7917ef
3 changed files with 44 additions and 14 deletions

View file

@ -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>