forcast style tweaks
This commit is contained in:
parent
b62ea288c8
commit
b1fb9b5d0c
@ -11,7 +11,7 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
const CACHE_VERSION = { 'version': '0.0.212' };
|
const CACHE_VERSION = { 'version': '0.0.213' };
|
||||||
const dataCacheName = 'jubileeData-v1';
|
const dataCacheName = 'jubileeData-v1';
|
||||||
const cacheName = 'jubilee-final-1';
|
const cacheName = 'jubilee-final-1';
|
||||||
const filesToCache = [
|
const filesToCache = [
|
||||||
|
@ -30,18 +30,6 @@ if (live) {
|
|||||||
else
|
else
|
||||||
window.loc = 'http://localhost:8110';
|
window.loc = 'http://localhost:8110';
|
||||||
|
|
||||||
/* var ContainerView = Backbone.View.extend({
|
|
||||||
'myChildView': null,
|
|
||||||
|
|
||||||
'render': function() {
|
|
||||||
this.$el.html('Greeting Area');
|
|
||||||
|
|
||||||
this.$el.append(this.myChildView.$el);
|
|
||||||
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
});*/
|
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
const offline = false;
|
const offline = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user