Skip to content

Commit

Permalink
Follow jsondiffpatch package structure change. Remove bootstrap-select.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Oct 20, 2014
1 parent 027f684 commit 80978b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omega-web/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"": "build/*.min.js"
},
"jsondiffpatch": {
"": "build/*.min.js"
"": "public/build/jsondiffpatch.min.js"
},
"spectrum": {
"": [
Expand Down
2 changes: 1 addition & 1 deletion omega-web/src/coffee/options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $script.ready ['angular-loader'], ->
'lib/ngprogress/ngProgress.min.js'
'lib/angular-ui-sortable/sortable.min.js'
'lib/angular-ui-utils/validate.min.js'
'lib/jsondiffpatch/bundle.min.js'
'lib/jsondiffpatch/jsondiffpatch.min.js'
'lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js'
], 'omega-deps')
$script.ready ['jquery'], ->
Expand Down
1 change: 0 additions & 1 deletion omega-web/src/options.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ html(lang='en' ng-controller='MasterCtrl' ng-csp)
link(rel='stylesheet' href='lib/bootstrap/css/bootstrap.min.css')
link(rel='stylesheet' href='lib/spectrum/spectrum.css')
link(rel='stylesheet' href='lib/ladda/ladda-themeless.min.css')
link(rel='stylesheet' href='lib/bootstrap-select/bootstrap-select.css')
link(rel='stylesheet' href='css/options.css')
body(style='display: none;' ng-style='{display: options ? "block" : "none"}')
.container-fluid
Expand Down

0 comments on commit 80978b6

Please sign in to comment.