Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
a5a3f5c7
Commit
a5a3f5c7
authored
1 year ago
by
bbaer
Browse files
Options
Downloads
Patches
Plain Diff
made it defaults that can be overwritten
parent
fe8016ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!691
New version v24.3.0
,
!638
Merge Develop to B16343
,
!637
develop into F17086-Multiple-Forms-on-a-page
,
!628
always use relative_urls: false for v11
Pipeline
#10872
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
javascript/src/Helper/tinyMCE.js
+2
-2
2 additions, 2 deletions
javascript/src/Helper/tinyMCE.js
with
2 additions
and
2 deletions
javascript/src/Helper/tinyMCE.js
+
2
−
2
View file @
a5a3f5c7
...
...
@@ -148,12 +148,12 @@ QfqNS.Helper = QfqNS.Helper || {};
});
};
var
relativeUrl
=
{
var
defaults
=
{
relative_urls
:
false
,
remove_script_host
:
false
,
};
var
tinyConfig
=
Object
.
assign
(
config
,
relativeUrl
);
var
tinyConfig
=
Object
.
assign
(
defaults
,
config
);
tinymce
.
init
(
tinyConfig
);
if
(
$
(
this
).
is
(
'
[disabled]
'
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment