as you say before few function didn`t work under Opera. i found only two function that not work:
1) blockAutoComplete - Opera dosen`t have autocomplete function in browser such Firefox, so text never will be saved in text-area
2) update_check - like say before SlowMotion Opera don`t support AJAX-Request to check the newest version
so when i play under Opera this function is useless for me so i makce a little changes in code:
after function
add this line:
and in saveOptions: function() add after:
this line
and the last change after:
add:
now under Opera i don`t see this two useless function but under FF every is fine and works
1) blockAutoComplete - Opera dosen`t have autocomplete function in browser such Firefox, so text never will be saved in text-area
2) update_check - like say before SlowMotion Opera don`t support AJAX-Request to check the newest version
so when i play under Opera this function is useless for me so i makce a little changes in code:
after function
add this line:
and in saveOptions: function() add after:
this line
and the last change after:
add:
now under Opera i don`t see this two useless function but under FF every is fine and works
The post was edited 2 times, last by Joks ().