Skip to content

Commit 797f86f

Browse files
Rosio ReyesRosio Reyes
authored andcommitted
updating path for favicon as mentioned jupyterlab/jupyterlab#8794 (comment)
1 parent 7ceb14f commit 797f86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbclassic/static/notebook/js/notificationarea.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ define([
5151
// HTTP requests.
5252
clearTimeout(busy_favicon_timer);
5353
busy_favicon_timer = setTimeout(function() {
54-
utils.change_favicon('/static/base/images/favicon-busy-1.ico');
54+
utils.change_favicon('/static/favicon/favicon-busy-1.ico');
5555
}, 1000);
5656
} else {
5757
clearTimeout(busy_favicon_timer);
58-
utils.change_favicon('/static/base/images/favicon-notebook.ico');
58+
utils.change_favicon('/static/favicon/favicon-notebook.ico');
5959
}
6060
};
6161

0 commit comments

Comments
 (0)