You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created a angular and included the "owf-widget-debug.js" (same error with owf-widget-min.js) on line 14689 get -> TypeError: text.replace is not a function
updating the line to
(new-text) text.toString().replace
(old-text) text.replace
the above change fix's the issue.
The text was updated successfully, but these errors were encountered:
created a angular and included the "owf-widget-debug.js" (same error with owf-widget-min.js) on line 14689 get -> TypeError: text.replace is not a function
updating the line to
(new-text) text.toString().replace
(old-text) text.replace
the above change fix's the issue.
The text was updated successfully, but these errors were encountered: