Niggles
This commit is contained in:
parent
9685aa8d8d
commit
a2702bdfb3
@ -25,7 +25,7 @@ const filesToCache = [
|
||||
'/js/vendor.js',
|
||||
'/img/favicon-16x16.png',
|
||||
'/img/favicon-32x32.png',
|
||||
'/img/android-chrome-192.192.png',
|
||||
'/img/android-chrome-192x192.png',
|
||||
'/img/android-chrome-512x512.png'
|
||||
];
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<title>Jubilee</title>
|
||||
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/common.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/mui.custom.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -44,7 +44,7 @@ const weatherItemView = Backbone.View.extend({
|
||||
},
|
||||
'attributes': function() {
|
||||
return {
|
||||
'data-id': this.model.id
|
||||
// 'data-id': this.model.id
|
||||
};
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user