mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated to Limesurvey 1.91+ Revision 11132
This commit is contained in:
@@ -19,7 +19,7 @@ $(document).ready(function(){
|
||||
// call the init slider routine for each element of the .multinum-slider class
|
||||
$(".multinum-slider").each(function(i,e) {
|
||||
var basename = e.id.substr(10);
|
||||
|
||||
$('#answer'+basename).hide();
|
||||
$(this).prev('label').addClass('slider-label'); //3796 TP - add a class to the labels in slider questions to facilitate styling
|
||||
|
||||
//$("#slider-"+basename).addClass('ui-slider-2');
|
||||
|
||||
@@ -110,6 +110,14 @@ $(document).ready(function()
|
||||
});
|
||||
}
|
||||
}
|
||||
/*replacement for inline javascript for #index */
|
||||
/*
|
||||
$("#index").parents(".outerframe").addClass("withindex");
|
||||
if ($("#index").size() && $("#index .row.current").size()){
|
||||
var idx = $("#index");
|
||||
var row = $("#index .row.current");
|
||||
idx.scrollTop(row.position().top - idx.height() / 2 - row.height() / 2);
|
||||
*/
|
||||
});
|
||||
|
||||
gmaps = new Object;
|
||||
|
||||
Reference in New Issue
Block a user