mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-11 12:05:01 -05:00
Use Otalk instead of OTalk
This commit is contained in:
parent
109a3477d1
commit
030e99456b
@ -24,7 +24,7 @@ module.exports = HumanView.extend({
|
|||||||
|
|
||||||
document.title = function () {
|
document.title = function () {
|
||||||
var title = _.result(self, 'title');
|
var title = _.result(self, 'title');
|
||||||
return title ? title + '- OTalk' : 'OTalk';
|
return title ? title + '- Otalk' : 'Otalk';
|
||||||
}();
|
}();
|
||||||
|
|
||||||
this.trigger('pageloaded');
|
this.trigger('pageloaded');
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>OTalk</title>
|
<title>Otalk</title>
|
||||||
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
|
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
|
||||||
<script src="#{jsFileName}"></script>
|
<script src="#{jsFileName}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="aux">
|
<body class="aux">
|
||||||
<header>
|
<header>
|
||||||
<img id="logo" src="/images/logo.png" alt="OTalk" />
|
<img id="logo" src="/images/logo.png" alt="Otalk" />
|
||||||
</header>
|
</header>
|
||||||
<section class="box connect">
|
<section class="box connect">
|
||||||
<h2>Connecting...</h2>
|
<h2>Connecting...</h2>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "otalk.im",
|
"name": "otalk.im",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "OTalk: WebRTC Enabled XMPP Client, in the Browser",
|
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:andyet/otalk.git"
|
"url": "git@github.com:andyet/otalk.git"
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
!!!5
|
!!!5
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title OTalk
|
title Otalk
|
||||||
|
|
||||||
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
|
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
|
||||||
link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css")
|
link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css")
|
||||||
link(rel="stylesheet", href="/css/otalk.css")
|
link(rel="stylesheet", href="/css/otalk.css")
|
||||||
block head
|
block head
|
||||||
body.aux
|
body.aux
|
||||||
header
|
header
|
||||||
img#logo(src="/images/logo.png", alt="OTalk")
|
img#logo(src="/images/logo.png", alt="Otalk")
|
||||||
block content
|
block content
|
||||||
|
|
||||||
script(src='/js/zepto.js')
|
script(src='/js/zepto.js')
|
||||||
|
Loading…
Reference in New Issue
Block a user