Skip to content

Commit

Permalink
Merge pull request #244 from cesandoval/remove-bootstrap-slider-react
Browse files Browse the repository at this point in the history
removed bootstrap slider
  • Loading branch information
cesandoval authored Sep 1, 2018
2 parents 03c10d9 + 4a4dd05 commit d743214
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 18,432 deletions.
1,890 changes: 0 additions & 1,890 deletions public/javascripts/js/bootstrap-slider.js

This file was deleted.

16,212 changes: 0 additions & 16,212 deletions public/javascripts/js/react-bootstrap.js

This file was deleted.

310 changes: 0 additions & 310 deletions public/stylesheets/bootstrap-slider.css

This file was deleted.

6 changes: 0 additions & 6 deletions views/app.jade
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ append content
link(rel="stylesheet", href="/stylesheets/fontawesome-5.css")
link(rel="stylesheet", href="/stylesheets/fontawesome-regular-5.css")

script(src="/javascripts/js/bootstrap-slider.js")

script(id="vertexShader", type="x-shader/x-vertex").
precision mediump float;

Expand Down Expand Up @@ -85,10 +83,6 @@ append content

}

script.
var mySlider = $("input.slider").bootstrapSlider();
var value = mySlider.bootstrapSlider('getValue');

//- script(src='/javascripts/js/three.js')
//- script(src='/javascripts/js/OrbitControls.js')
#drawing
Expand Down
11 changes: 0 additions & 11 deletions views/layers.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ block pageTitle
link(rel="stylesheet", href="https://unpkg.com/[email protected]/dist/leaflet.css")
link(rel="stylesheet", href="/stylesheets/font-awesome.min.css")
link(rel="stylesheet", href="/stylesheets/layers.css")
link(rel="stylesheet", href="/stylesheets/bootstrap-slider.css")
link(rel="stylesheet", href="/stylesheets/dropdown-checklist.css")
script(src="https://unpkg.com/[email protected]/dist/leaflet.js")
script(src="/javascripts/layers.js")
script(src="/javascripts/js/bootstrap-slider.js")
script.

.container(style = "margin-top: 10px; margin-left: 0; width: 100vw;").spacing-large
Expand Down Expand Up @@ -158,15 +156,6 @@ block pageTitle

div.spacing-large

script.
var mySlider = $("input.slider").bootstrapSlider();
var value = mySlider.bootstrapSlider('getValue');

// For non-getter methods, you can chain together commands
//- mySlider
//- .bootstrapSlider('setValue', 5)
//- .bootstrapSlider('setValue', 7);

script(src="/javascripts/map_thumbnail_viewer.js")
script(src="/javascripts/user_layer.js")
// script(src="/javascripts/layer_viewer.js")
Expand Down
1 change: 0 additions & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ html
script(src='/javascripts/js/jquery-1.9.1.js')
script(src="/javascripts/js/jquery-ui.js")
script(type='text/javascript', src="/javascripts/js/tether.min.js")
script(src="/javascripts/js/react-bootstrap.js")
link(href='/stylesheets/mapbox.css', rel='stylesheet')

link(rel='stylesheet', href='/stylesheets/bootstrap-theme.min.css')
Expand Down
1 change: 0 additions & 1 deletion views/layoutSidePage.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ html
script(src='/javascripts/js/jquery-1.9.1.js')
script(src="/javascripts/js/jquery-ui.js")
script(type='text/javascript', src="/javascripts/js/tether.min.js")
script(src="/javascripts/js/react-bootstrap.js")
link(href='/stylesheets/mapbox.css', rel='stylesheet')

link(rel='stylesheet', href='/stylesheets/bootstrap-theme.min.css')
Expand Down
1 change: 0 additions & 1 deletion views/layoutSidePageNoFooter.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ html
script(src='/javascripts/js/jquery-1.9.1.js')
script(src="/javascripts/js/jquery-ui.js")
script(type='text/javascript', src="/javascripts/js/tether.min.js")
script(src="/javascripts/js/react-bootstrap.js")

//- link(href='https://www.mapbox.com/base/latest/base.css', rel='stylesheet')
link(href='/stylesheets/mapbox.css', rel='stylesheet')
Expand Down

0 comments on commit d743214

Please sign in to comment.