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 2 additions and 3 deletions
Showing only changes of commit d2d5458a70 - Show all commits

View File

@ -217,9 +217,8 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
$.ajax({
method : 'POST',
url : '/dir',
body : {
dir : dir
},
body : JSON.stringify({ dir : dir}),
dataType : 'json',
success : web.setDirSuccess
})
};