If I enter a text like www.foo.com or https://www.foo.com the text will get converted into a hyperlink.
I tried to disable this in
./js/redactor-osticket.js about Line 180
'autoparseStart': false,
or
'autoparseLinks' : false,
But this does not work at all.
Where to put the code? Last thing would be to modify the .min.js but this is nuts..
pls help