We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bf766 commit 7d963e7Copy full SHA for 7d963e7
src/main/resources/static/js/subscription.js
@@ -124,7 +124,7 @@ jQuery(document).ready(function() {
124
125
// Validating notificationMeta inputs
126
this.notificationMeta.subscribe(function (notificationMeta) {
127
- if (!(/[a-z]|[A-Z]|[0-9]/.test(String(notificationMeta).slice(-1)))) {
+ if (!(/[a-z]|[A-Z]|[0-9]|[\:\/\.]/.test(String(notificationMeta).slice(-1)))) {
128
$.jGrowl("Only numbers and letters is valid to type in notificationMeta field.", {
129
sticky : false,
130
theme : 'Error'
0 commit comments