diff --git a/Teknik/Scripts/Paste/Paste.js b/Teknik/Scripts/Paste/Paste.js index 568eb62..02d5385 100644 --- a/Teknik/Scripts/Paste/Paste.js +++ b/Teknik/Scripts/Paste/Paste.js @@ -2,7 +2,7 @@ $('#content').focus(); $("select[name='ExpireUnit']").change(function () { - if ($(this).val() == "never") { + if ($(this).val() == "Never") { $('#length-div').addClass("hidden"); $('#unit-div').removeClass("col-sm-2"); $('#unit-div').addClass("col-sm-4");