Closed mbraidy closed 5 years ago
Whenever I refresh the page I get this error twice and this is produced by toolbar.js line 273 if (url.substr(0, 1) === '/' && !url.match(new RegExp("{{ excluded_ajax_paths }}"))) {
if (url.substr(0, 1) === '/' && !url.match(new RegExp("{{ excluded_ajax_paths }}"))) {
The page to display with no error
Two errors
What steps will reproduce the problem?
Whenever I refresh the page I get this error twice and this is produced by toolbar.js line 273
if (url.substr(0, 1) === '/' && !url.match(new RegExp("{{ excluded_ajax_paths }}"))) {
What's expected?
The page to display with no error
What do you get instead?
Two errors
Additional info