Skip to content

Commit 7e50b6a

Browse files
committed
updated build
1 parent 82e3a5b commit 7e50b6a

File tree

8 files changed

+974
-2
lines changed

8 files changed

+974
-2
lines changed

dist/nj-libs/nj-timepicker/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
targetID: 'format_12'
7272
});
7373
format_12_picker.on('save', function (data) {
74-
format_12.textContent = data.fullResult;
74+
if (data.fullResult)
75+
format_12.textContent = data.fullResult;
7576
});
7677

7778
let format_24 = document.querySelector('#format_24');
@@ -80,7 +81,8 @@
8081
format: '24'
8182
});
8283
format_24_picker.on('save', function (data) {
83-
format_24.textContent = data.fullResult;
84+
if (data.fullResult)
85+
format_24.textContent = data.fullResult;
8486
});
8587
})();
8688
</script>

src/nj-libs/nj-picker/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy