mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:10:11 +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
2
library/tinymce/jscripts/tiny_mce/plugins/template/js/template.js
vendored
Executable file → Normal file
2
library/tinymce/jscripts/tiny_mce/plugins/template/js/template.js
vendored
Executable file → Normal file
|
@ -42,7 +42,7 @@ var TemplateDialog = {
|
|||
|
||||
if (e) {
|
||||
e.style.height = Math.abs(h) + 'px';
|
||||
e.style.width = Math.abs(w - 5) + 'px';
|
||||
e.style.width = Math.abs(w - 5) + 'px';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue