]> git.mxchange.org Git - friendica.git/commit
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call...
authorTobias Hößl <tobias@hoessl.eu>
Tue, 13 Mar 2012 21:46:57 +0000 (21:46 +0000)
committerTobias Hößl <tobias@hoessl.eu>
Tue, 13 Mar 2012 21:46:57 +0000 (21:46 +0000)
commit7868e3897b0f282611f1ccb1715a30a93404ddc7
tree45c9be8779b3d372c86d5118db520a8851589c5d
parent43430ef561a004aca8a9a28449e51e3885d39a9a
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
library/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js