Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Version 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Barth committed Oct 27, 2016
1 parent 6202bff commit 10dc0dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/meta/snap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: snapweb
version: "0.21.1"
version: "0.21.2"
summary: Beautiful and functional interface for snap management
description: |
This service allows you to manage your Ubuntu Core device from a web interface or REST API.
Expand Down
7 changes: 4 additions & 3 deletions www/src/js/routers/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var Backbone = require('backbone');
var Marionette = require('backbone.marionette');

var homeController = require('../controllers/home.js');
var initController = require('../controllers/init.js');
// var initController = require('../controllers/init.js');
var searchController = require('../controllers/search.js');
var storeController = require('../controllers/store.js');
var settingsController = require('../controllers/settings.js');
Expand All @@ -27,13 +27,14 @@ module.exports = {
}
}),

init: new Marionette.AppRouter({
/* init: new Marionette.AppRouter({
controller: initController,
appRoutes: {
'firstboot': 'index'
}
}),

*/

store: new Marionette.AppRouter({
controller: storeController,
appRoutes: {
Expand Down

0 comments on commit 10dc0dd

Please sign in to comment.