removing js that isn't needed, don't have slot minute option on month view.
This commit is contained in:
parent
f2b8f1d39d
commit
f71a4420a6
8 changed files with 10 additions and 25 deletions
|
@ -377,7 +377,7 @@ function openDiffSPL(json) {
|
|||
setUpSPL();
|
||||
}
|
||||
|
||||
function setUpSPL() {
|
||||
$(document).ready(function() {
|
||||
|
||||
$("#spl_sortable").sortable();
|
||||
$("#spl_sortable" ).bind( "sortstop", moveSPLItem);
|
||||
|
@ -401,5 +401,4 @@ function setUpSPL() {
|
|||
$("#spl_sortable").droppable();
|
||||
$("#spl_sortable" ).bind( "drop", addSPLItem);
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue