changed bungloo to Bungloo
This commit is contained in:
parent
e4ecea0d3b
commit
62ebf97640
23 changed files with 89 additions and 86 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>bungloo</title>
|
||||
<title>Bungloo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" href="css/default.css" type="text/css" />
|
||||
<script data-main="scripts/main" src="scripts/lib/vendor/require-jquery.js"></script>
|
||||
|
|
|
@ -9,7 +9,7 @@ function(HostApp, Paths, Hmac) {
|
|||
function Oauth() {
|
||||
this.app_info = {
|
||||
"id": null,
|
||||
"name": "bungloo on " + HostApp.osType(),
|
||||
"name": "Bungloo on " + HostApp.osType(),
|
||||
"description": "A small TentStatus client.",
|
||||
"url": "http://jabs.nu/bungloo/",
|
||||
"icon": "http://jabs.nu/bungloo/icon.png",
|
||||
|
|
Reference in a new issue