Skip to content
Snippets Groups Projects
Commit c128187b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Host all dependencies locally

parent 98038ce7
No related branches found
No related tags found
No related merge requests found
res/error.png

5.7 KiB

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(material-icons.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
}
This diff is collapsed.
File added
...@@ -428,7 +428,7 @@ var make_toggle_context = function (buffer, id) { ...@@ -428,7 +428,7 @@ var make_toggle_context = function (buffer, id) {
}; };
var show_no_more_msg = function () { var show_no_more_msg = function () {
$("#results").append("<div id='no_more'><img src='https://raw.githubusercontent.com/xiprox/ErrorView/master/library/src/main/res/drawable-xxhdpi/error_view_cloud.png'><h2>No results</h2></div>"); $("#results").append("<div id='no_more'><img src='res/error.png'><h2>No results</h2></div>");
}; };
var show_loader = function () { var show_loader = function () {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>Quassel Search</title> <title>Quassel Search</title>
<link rel="stylesheet" href="res/login.css"> <link rel="stylesheet" href="res/login.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="res/fonts.css">
</head> </head>
<body> <body>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>Quassel Search</title> <title>Quassel Search</title>
<link rel="stylesheet" href="res/search.css"> <link rel="stylesheet" href="res/search.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="res/fonts.css">
</head> </head>
<body> <body>
<nav> <nav>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div id="modal-background"></div> <div id="modal-background"></div>
<div id="bg"></div> <div id="bg"></div>
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script> <script src="res/jquery.js"></script>
<script src="res/search.js"></script> <script src="res/search.js"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment