Skip to content

Commit

Permalink
Merge 34c336f into 86f459d
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Oct 22, 2020
2 parents 86f459d + 34c336f commit 8a212b9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 216 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions nbextensions/advancedViewCell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ define([
'common/appUtils',
'common/jupyter',
'common/spec',
// './widgets/codeCellRunWidget',
'kb_service/utils',
'kb_service/client/workspace',
'css!kbase/css/appCell.css',
'css!./styles/main.css',
'css!kbase/css/advancedViewCell.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
1 change: 0 additions & 1 deletion nbextensions/appCell2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ define([
'kb_service/client/workspace',
'./appCell',
'css!kbase/css/appCell.css',
'css!./styles/main.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
10 changes: 0 additions & 10 deletions nbextensions/appCell2/styles/main.css

This file was deleted.

3 changes: 1 addition & 2 deletions nbextensions/editorCell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ define([
'common/jupyter',
'kb_service/utils',
'kb_service/client/workspace',

'css!kbase/css/appCell.css',
'css!./styles/main.css',
'css!kbase/css/editorCell.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
190 changes: 0 additions & 190 deletions nbextensions/editorCell/styles/old.css

This file was deleted.

1 change: 0 additions & 1 deletion nbextensions/viewCell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ define([

// for effect
'css!kbase/css/appCell.css',
'css!./styles/main.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
10 changes: 0 additions & 10 deletions nbextensions/viewCell/styles/main.css

This file was deleted.

0 comments on commit 8a212b9

Please sign in to comment.