-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from cesandoval/remove-bootstrap-slider-react
removed bootstrap slider
- Loading branch information
Showing
8 changed files
with
0 additions
and
18,432 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters