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
Branches
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) {
};
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 () {
......@@ -482,4 +482,4 @@ var hashChange = function () {
search();
};
hashChange();
$(window).on("hashchange", hashChange);
\ No newline at end of file
$(window).on("hashchange", hashChange);
......@@ -5,7 +5,7 @@
<title>Quassel Search</title>
<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>
<body>
......@@ -19,4 +19,4 @@
</form>
</body>
</html>
\ No newline at end of file
</html>
......@@ -5,7 +5,7 @@
<title>Quassel Search</title>
<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>
<body>
<nav>
......@@ -31,7 +31,7 @@
<div id="modal-background"></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>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment