projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009578b
)
Force-disable link detection on paste
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 8 Mar 2018 12:09:35 +0000
(13:09 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 8 Mar 2018 12:09:35 +0000
(13:09 +0100)
com.woltlab.wcf/templates/wysiwyg.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/wysiwyg.tpl
b/com.woltlab.wcf/templates/wysiwyg.tpl
index 27f3cfe57fb76bbf9efd22186ae46b1b814d04f6..e025368a2b86360432ff16fe88bf9c547d446e84 100644
(file)
--- a/
com.woltlab.wcf/templates/wysiwyg.tpl
+++ b/
com.woltlab.wcf/templates/wysiwyg.tpl
@@
-66,6
+66,7
@@
$(function() {
var $config = {
autosave: false,
buttons: $buttons,
+ convertLinks: false,
convertImageLinks: false,
convertUrlLinks: false,
convertVideoLinks: false,