Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
b8149a1f
Unverified
Commit
b8149a1f
authored
Aug 19, 2017
by
Benjamin Neff
Committed by
Steffen van Bergerem
Aug 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ie.js
Was needed for IE8
parent
494518de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
app/assets/javascripts/ie.js
app/assets/javascripts/ie.js
+0
-6
app/views/layouts/application.html.haml
app/views/layouts/application.html.haml
+0
-4
config/application.rb
config/application.rb
+0
-1
No files found.
app/assets/javascripts/ie.js
deleted
100644 → 0
View file @
494518de
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later
document
.
createElement
(
'
header
'
);
document
.
createElement
(
'
footer
'
);
// @license-end
app/views/layouts/application.html.haml
View file @
b8149a1f
...
...
@@ -10,10 +10,6 @@
-
content_for
:javascript
do
=
old_browser_js_support
<!--[if IE]>
=
javascript_include_tag
:ie
<![endif]-->
=
javascript_include_tag
:main
,
:templates
=
load_javascript_locales
...
...
config/application.rb
View file @
b8149a1f
...
...
@@ -74,7 +74,6 @@ module Diaspora
# (application.js, application.css, and all non-JS/CSS in the app/assets are already added)
config
.
assets
.
precompile
+=
%w[
contact-list.js
ie.js
jquery3.js
jquery_ujs.js
main.js
...
...
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