Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sliders page not loading correctly #1342

Closed
rodriguezfa opened this issue Jan 22, 2017 · 2 comments
Closed

Sliders page not loading correctly #1342

rodriguezfa opened this issue Jan 22, 2017 · 2 comments

Comments

@rodriguezfa
Copy link

Hi all,
I noticed that the sliders are not showing correctly. Updating to version 2.1.6 appears to fix the issue.
image

https://almsaeedstudio.com/themes/AdminLTE/pages/UI/sliders.html

@REJack
Copy link
Collaborator

REJack commented Jan 22, 2017

It can be fixed too with a simple change

    $("#range_2").ionRangeSlider();

to

    $("#range_2").ionRangeSlider({});

EDIT: But a update would be nice too 😄

@almasaeed2010
Copy link
Contributor

Thanks for reporting this! I will add the fix in master.

almasaeed2010 added a commit that referenced this issue Feb 18, 2017
hitscs added a commit to hitscs/AdminLTE that referenced this issue Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants