Fix lang on hotspot.js and remove console.log - refs #7705

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent ba87fea608
commit 930c31bcd3
  1. 3
      main/inc/lib/javascript/hotspot/js/hotspot.js

@ -1563,7 +1563,6 @@ var DelineationQuestion = (function () {
e.preventDefault();
},
'click': function (e) {
console.log(isDrawing);
e.preventDefault();
var currentPoint = getPointOnImage(self.el, e.clientX, e.clientY),
@ -1619,6 +1618,8 @@ var DelineationQuestion = (function () {
);
};
image.src = questionInfo.image;
lang = questionInfo.lang;
};
var config = {

Loading…
Cancel
Save