We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5348202 commit 0f97d92Copy full SHA for 0f97d92
js/jquery.nyroModal.js
@@ -72,7 +72,7 @@ jQuery(function($, undefined) {
72
ajax: {}, // Ajax options to be used in link and form filter
73
74
// Specific confirguation for image filter
75
- imageRegex: '[^\.]\.(jpg|jpeg|png|tiff|gif|bmp)\s*$', // Regex used to detect image link
+ imageRegex: '[^\.]\.(jpg|jpeg|png|tiff|gif|bmp)\\s*$', // Regex used to detect image link
76
77
selIndicator: 'nyroModalSel', // Value added when a form or Ajax is sent with a filter content
78
0 commit comments