Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0e702322
Unverified
Commit
0e702322
authored
Oct 21, 2016
by
Vincent Petry
Browse files
Remove loading compatibility.js
parent
94654597
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/js/core.json
View file @
0e702322
...
...
@@ -19,7 +19,6 @@
"placeholder.js"
],
"modules"
:
[
"compatibility.js"
,
"jquery.ocdialog.js"
,
"oc-dialogs.js"
,
"js.js"
,
...
...
lib/private/legacy/template.php
View file @
0e702322
...
...
@@ -144,7 +144,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util
::
addScript
(
"oc-dialogs"
,
null
,
true
);
OC_Util
::
addScript
(
"jquery.ocdialog"
,
null
,
true
);
OC_Util
::
addStyle
(
"jquery.ocdialog"
);
OC_Util
::
addScript
(
"compatibility"
,
null
,
true
);
OC_Util
::
addScript
(
"placeholders"
,
null
,
true
);
OC_Util
::
addScript
(
'files/fileinfo'
);
OC_Util
::
addScript
(
'files/client'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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