Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
cc209fb2
Commit
cc209fb2
authored
Nov 05, 2014
by
Matija Obreza
Browse files
Don't convert TinyMCE urls
parent
e60e4c21
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/admin/oauth/client/edit.jsp
View file @
cc209fb2
...
...
@@ -38,7 +38,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
});
</script>
...
...
src/main/webapp/WEB-INF/jsp/content/activitypost-edit.jsp
View file @
cc209fb2
...
...
@@ -51,7 +51,8 @@
statusbar
:
false
,
height
:
50
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
tinyMCE
.
init
({
selector
:
"
#post-body.html-editor
"
,
...
...
@@ -59,7 +60,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
});
</script>
...
...
src/main/webapp/WEB-INF/jsp/content/article-edit.jsp
View file @
cc209fb2
...
...
@@ -52,7 +52,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink code
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
}
});
...
...
src/main/webapp/WEB-INF/jsp/country/edit.jsp
View file @
cc209fb2
...
...
@@ -39,7 +39,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
});
</script>
...
...
src/main/webapp/WEB-INF/jsp/organization/edit.jsp
View file @
cc209fb2
...
...
@@ -53,7 +53,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
});
</script>
...
...
src/main/webapp/WEB-INF/jsp/wiews/edit.jsp
View file @
cc209fb2
...
...
@@ -71,7 +71,8 @@
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
directionality
:
document
.
dir
,
convert_urls
:
false
});
});
</script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment