changing settings is now possible

This commit is contained in:
nilsding
2014-08-18 17:49:20 +02:00
parent 1efa145cf2
commit 4364ad8706
5 changed files with 56 additions and 18 deletions

View File

@ -2113,7 +2113,5 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
}(jQuery);
function a(b){
var c = document.getElementById("recent-count");
var d = document.getElementById("recent-btn");
c.disabled = d.disabled = b;
document.getElementById("recent-count").disabled = b;
}

File diff suppressed because one or more lines are too long