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
When editing a html textarea, in my example a webmin zone file. The extension matches the serial number and inserts html for click2dial on submit in turn, screwing up the zone file.
An exclusion for inputs/textareas needs to be implemented for number matching.
Yep, in addition the regular expressions in contentscript.js needs refining; it's a little over eager right now. e.g. IP addresses are matched as phone numbers.
You can turn off the click-to-dial feature via the preferences page.
When editing a html textarea, in my example a webmin zone file. The extension matches the serial number and inserts html for click2dial on submit in turn, screwing up the zone file.
An exclusion for inputs/textareas needs to be implemented for number matching.
Example here - http://jsfiddle.net/5Weya/
The text was updated successfully, but these errors were encountered: