added some javascript

This commit is contained in:
nilsding
2014-08-18 17:28:14 +02:00
parent cdcfe20e37
commit 3d6915fac5
3 changed files with 10 additions and 5 deletions

View File

@ -2112,3 +2112,8 @@ 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;
}