@@ -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"); |