This commit is contained in:
Jamie.Rees 2017-01-16 08:03:42 +00:00
commit 18b12f1a97
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ $(function () {
});
// Click TV dropdown option
$(document).on("click", ".requestTv", function (e) {
$(document).on("click", ".dropdownTv", function (e) {
e.preventDefault();
var buttonId = e.target.id;
if ($("#" + buttonId).attr('disabled')) {