mirror of https://github.com/ColorlibHQ/AdminLTE
calendar.html: remove unused variable
parent
be58e635f6
commit
d331b5f913
|
@ -959,7 +959,7 @@
|
||||||
// if so, remove the element from the "Draggable Events" list
|
// if so, remove the element from the "Draggable Events" list
|
||||||
info.draggedEl.parentNode.removeChild(info.draggedEl);
|
info.draggedEl.parentNode.removeChild(info.draggedEl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
calendar.render();
|
calendar.render();
|
||||||
|
@ -968,7 +968,6 @@
|
||||||
/* ADDING EVENTS */
|
/* ADDING EVENTS */
|
||||||
var currColor = '#3c8dbc' //Red by default
|
var currColor = '#3c8dbc' //Red by default
|
||||||
//Color chooser button
|
//Color chooser button
|
||||||
var colorChooser = $('#color-chooser-btn')
|
|
||||||
$('#color-chooser > li > a').click(function (e) {
|
$('#color-chooser > li > a').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
//Save color
|
//Save color
|
||||||
|
|
Loading…
Reference in New Issue