提交 e73de15f 编写于 作者: A Abdullah Almsaeed

Causes bootstrap slider to disappear

Revert "Merge pull request #1186 from manhhailua/patch-1"

This reverts commit 96174a1a, reversing
changes made to 1817e839.
上级 96174a1a
......@@ -827,7 +827,7 @@
<script>
$(function () {
/* BOOTSTRAP SLIDER */
$('.slider').bootstrapSlider();
$('.slider').slider();
/* ION SLIDER */
$("#range_1").ionRangeSlider({
......@@ -841,10 +841,7 @@
prettify: false,
hasGrid: true
});
$("#range_2").ionRangeSlider({
type: 'double'
});
$("#range_2").ionRangeSlider();
$("#range_5").ionRangeSlider({
min: 0,
......@@ -855,7 +852,6 @@
prettify: false,
hasGrid: true
});
$("#range_6").ionRangeSlider({
min: -50,
max: 50,
......@@ -875,7 +871,6 @@
hideMinMax: true,
hideFromTo: false
});
$("#range_3").ionRangeSlider({
type: "double",
postfix: " miles",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册