1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed paste expiration unit not disapearing

This commit is contained in:
Uncled1023 2019-01-29 23:15:49 -08:00
parent 73f30571f5
commit b231c1a023

View File

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