We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1666f commit 105e370Copy full SHA for 105e370
src/main/webapp/js/app/home/fragment-content.js
@@ -134,8 +134,8 @@ function populateFragmentOverlay(data) {
134
setupRelatedFragments();
135
}
136
137
-const SEARCH_KEYWORD_PATTERN_BEGIN = /%28%7B%28%5B(.+?)%5D%20/g;
138
-const SEARCH_KEYWORD_PATTERN_END = /%20%29%7D%29/g;
+var SEARCH_KEYWORD_PATTERN_BEGIN = /%28%7B%28%5B(.+?)%5D%20/g;
+var SEARCH_KEYWORD_PATTERN_END = /%20%29%7D%29/g;
139
140
function translateSearchKeywordCommands(html) {
141
return html
0 commit comments