Skip to content

Commit

Permalink
Renamed app
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulia Alfonsi committed Dec 18, 2015
1 parent 9ac7694 commit 4e315eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Electricomics Web Reader
# Electricomics Desktop Reader

This is the beta version of the Electricomics Reader for desktop.

Expand All @@ -10,7 +10,7 @@ This is the beta version of the Electricomics Reader for desktop.
* [ ] fix tilt on Sway for non ios and non accelerometers
* [x] fix size in comics created with the generators
* [x] inject code into comics
* [ ] prepare archives for the 4 comics
* [x] prepare archives for the 4 comics


## General TODO
Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var sockets = {};
var nextSocketId = 0;

var chrome = new Chrome({
title: 'Electricomics Reader',
title: 'Electricomics',
debug: DEBUG
});
var serverUrl = 'http://' + options.host + ':' + options.port;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electricomics Web Reader</title>
<title>Electricomics</title>
<style>
html, body {
height: 100%;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electricomics-web-reader",
"name": "electricomics-desktop-reader",
"version": "0.1.0",
"description": "Electricomics Web Reader",
"description": "Electricomics Desktop Reader",
"scripts": {
"start": "nw"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"width": 1024,
"height": 768,
"fullscreen": false,
"title": "Electricomics Web Reader",
"title": "Electricomics",
"toolbar": false
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion views/app.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electricomics Web Reader</title>
<title>Electricomics</title>
<link rel="stylesheet" href="/js/lib/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
Expand Down

0 comments on commit 4e315eb

Please sign in to comment.