mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Added button arrow reset on refresh
This commit is contained in:
parent
b1d96cad52
commit
309b15bda8
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user