Seditio Source
Root |
./othercms/dotclear-2.22/admin/js/_charte.js
'use strict';$(()=>{$.pageTabs('two-boxes');$('#pageslist').sortable({cursor:'move',});$('#pageslist tr').on('hover',function(){$(this).css({cursor:'move',});},function(){$(this).css({cursor:'auto',});});$('#pageslist tr td input.position').hide();$('#pageslist tr td.handle').addClass('handler');});