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 1 additions and 1 deletions
Showing only changes of commit c92e4ec3d3 - Show all commits

View File

@ -265,7 +265,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
};
var incCounter = function (val) {
var current = $('#counter').val();
$('#counter').val(current + val);
$('#counter').val(parseInt(current) + val);
};
var settingsPage = function () {
$('#settings').show();