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 () {
|
||||
var title = _.result(self, 'title');
|
||||
return title ? title + '- OTalk' : 'OTalk';
|
||||
return title ? title + '- Otalk' : 'Otalk';
|
||||
}();
|
||||
|
||||
this.trigger('pageloaded');
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OTalk</title>
|
||||
<title>Otalk</title>
|
||||
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
|
||||
<script src="#{jsFileName}"></script>
|
||||
</head>
|
||||
<body class="aux">
|
||||
<header>
|
||||
<img id="logo" src="/images/logo.png" alt="OTalk" />
|
||||
<img id="logo" src="/images/logo.png" alt="Otalk" />
|
||||
</header>
|
||||
<section class="box connect">
|
||||
<h2>Connecting...</h2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "otalk.im",
|
||||
"version": "0.0.1",
|
||||
"description": "OTalk: WebRTC Enabled XMPP Client, in the Browser",
|
||||
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:andyet/otalk.git"
|
||||
|
@ -1,15 +1,14 @@
|
||||
!!!5
|
||||
html
|
||||
head
|
||||
title OTalk
|
||||
|
||||
title Otalk
|
||||
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", href="/css/otalk.css")
|
||||
block head
|
||||
body.aux
|
||||
header
|
||||
img#logo(src="/images/logo.png", alt="OTalk")
|
||||
img#logo(src="/images/logo.png", alt="Otalk")
|
||||
block content
|
||||
|
||||
script(src='/js/zepto.js')
|
||||
|
Loading…
Reference in New Issue
Block a user