Created
October 21, 2016 09:16
-
-
Save justinvdm/8e05805b5e8f910b4d061da81d0a9d43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tuneme/templates/new/base.html b/tuneme/templates/new/base.html | |
index d21cbb5..e4e8b47 100644 | |
--- a/tuneme/templates/new/base.html | |
+++ b/tuneme/templates/new/base.html | |
@@ -32,7 +32,7 @@ | |
LargeScreen = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) >= 200); | |
var operaMiniSingleView = '{% compress css %}{% spaceless %} | |
- <link rel="stylesheet" type="text/x-scss" media="handheld" href="{{ STATIC_URL }}new/css/{{ ENV }}/opera_single_view.css"> | |
+ <link rel="stylesheet" type="text/css" media="handheld" href="{{ STATIC_URL }}new/css/{{ ENV }}/opera_single_view.css"> | |
{% endspaceless %}{% endcompress %}'; | |
var smartStyles = '{% compress css %}{% spaceless %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment