Commit a9837118 by Kálmán Viktor

dashboard: comment about js slider

parent 95525cac
......@@ -77,6 +77,12 @@ function vmCreateLoaded() {
$(this).simpleSlider();
});
//slider only has background with this ...
//var js = document.createElement('script');
//js.src = '/static/dashboard/loopj-jquery-simple-slider-fa64f59/js/simple-slider.min.js';
//document.getElementsByTagName('head')[0].appendChild(js);
$("[data-slider]")
.each(function () {
var input = $(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment