Added button arrow reset on refresh

This commit is contained in:
Safia Abdalla 2016-01-15 10:24:35 -06:00
parent b1d96cad52
commit 309b15bda8

View File

@ -66,6 +66,8 @@ define([
NotebookList.prototype.bind_events = function () {
var that = this;
$('#refresh_' + this.element_name + '_list').click(function () {
$("#sort-name i").switchClass("fa-arrow-down", "fa-arrow-up");
$("#last-modified i").switchClass("fa-arrow-down", "fa-arrow-up");
that.load_sessions();
});
this.element.bind('dragover', function () {