Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit d0e1026c7a - Show all commits

View File

@ -497,6 +497,9 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
};
web.setExposure = function () {
var exposure = $('#exposure').val();
if (exposure === '' || exposure === null) {
exposure = 0;
}
var scaledExposure = scaleTime(exposure, STATE.scale);
$.ajax({
method : 'POST',