fixed choisir widget ver. 2.0

preferencesAboutTextFull
unknown 12 years ago
parent 9a32e32550
commit 7837d0aa6b
  1. 6
      resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js

@ -131,12 +131,6 @@ function init(){
}); });
$("#wgt_reload").text(sankoreLang.reload).click(function(){ $("#wgt_reload").text(sankoreLang.reload).click(function(){
//window.location.reload();
// if(!sankore.preference("qstArrayData","") || sankore.preference("qstArrayData","") == "[]" || sankore.preference("qstArrayData","") == "[null]"){
// $(".qstDivDisplay").remove();
// displayData(false);
// }
// else
if($("#wgt_edit").css("display") == "none") if($("#wgt_edit").css("display") == "none")
$("#wgt_display").trigger("click"); $("#wgt_display").trigger("click");
else else

Loading…
Cancel
Save