mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
remove unnecessary 'js' subdir from services
part of the point of services is that they are just code, so they won't have js/less/etc. files.
This commit is contained in:
parent
103d5dc9b7
commit
a67abc297d
@ -8,7 +8,7 @@ define([
|
||||
'base/js/dialog',
|
||||
'notebook/js/textcell',
|
||||
'notebook/js/codecell',
|
||||
'services/sessions/js/session',
|
||||
'services/sessions/session',
|
||||
'notebook/js/celltoolbar',
|
||||
'components/marked/lib/marked',
|
||||
'highlight',
|
||||
|
@ -5,7 +5,7 @@ define([
|
||||
'base/js/namespace',
|
||||
'jquery',
|
||||
'base/js/utils',
|
||||
'services/kernels/js/kernel',
|
||||
'services/kernels/kernel',
|
||||
], function(IPython, $, utils, kernel) {
|
||||
"use strict";
|
||||
|
Loading…
Reference in New Issue
Block a user