From c3ebd135bc2468555b06218486c31f2f5492da7c Mon Sep 17 00:00:00 2001 From: PHaeJin Date: Sat, 18 Nov 2017 21:23:11 -0800 Subject: [PATCH] Fix a broken link --- notebook/static/notebook/js/textcell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/textcell.js b/notebook/static/notebook/js/textcell.js index bc58ed5f4..965938d32 100644 --- a/notebook/static/notebook/js/textcell.js +++ b/notebook/static/notebook/js/textcell.js @@ -491,7 +491,7 @@ define([ // The dragleave event is fired when we hover a child element (which // is often immediatly after we got the dragenter), so we keep track // of the number of dragenter/dragleave we got, as discussed here : - // http://stackoverflow.com/q/7110353/116067 + // https://stackoverflow.com/q/7110353/116067 // This doesn't seem to be 100% reliable, so we clear the dropzone // class when the cell is rendered as well this.code_mirror.on("dragenter", function(cm, evt) {