mirror of
https://github.com/friendica/friendica
synced 2025-04-23 22:30:10 +00:00
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
This commit is contained in:
parent
810e69ef0a
commit
f55779fd83
296 changed files with 17157 additions and 10477 deletions
1
library/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js
vendored
Executable file → Normal file
1
library/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js
vendored
Executable file → Normal file
|
@ -66,6 +66,7 @@ function insertHelpIFrame() {
|
|||
html = '<iframe width="100%" height="300" src="' + tinyMCEPopup.editor.baseURI.toAbsolute(tinyMCEPopup.getParam('docs_url')) + '"></iframe>';
|
||||
document.getElementById('iframecontainer').innerHTML = html;
|
||||
document.getElementById('help_tab').style.display = 'block';
|
||||
document.getElementById('help_tab').setAttribute("aria-hidden", "false");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue