Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
ca09087b1c
  1. 21
      index.html
  2. 2
      manifest.json
  3. 2
      manifest.webapp
  4. 2
      partials/head.html
  5. 2
      partials/settings_modal.html
  6. 0
      vendor/bootstrap/css/bootstrap.css
  7. 0
      vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
  8. 0
      vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
  9. 0
      vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
  10. 0
      vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
  11. 0
      vendor/bootstrap/js/bootstrap.js

21
index.html

@ -21,16 +21,6 @@
<div ng-view></div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45099287-2');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="vendor/console-polyfill/console-polyfill.js?1"></script>
<script type="text/javascript" src="vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/jquery.nanoscroller/nanoscroller.js"></script>
@ -57,5 +47,16 @@
<script type="text/javascript" src="js/filters.js?4"></script>
<script type="text/javascript" src="js/directives.js?20"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45099287-2');
ga('send', 'pageview');
</script>
</body>
</html>

2
manifest.json

@ -1,6 +1,6 @@
{
"name": "Telegram UNOFFICIAL",
"version": "0.0.15",
"version": "0.0.16",
"short_name": "Webogram",
"manifest_version": 2,
"app": {

2
manifest.webapp

@ -1,7 +1,7 @@
{
"name": "Webogram",
"description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.0.15",
"version": "0.0.16",
"launch_path": "/index.html",
"developer": {
"name": "Igor Zhukov",

2
partials/head.html

@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://zhukov.github.io/webogram"><img src="img/Logo_2x.png" class="tg_head_logo" alt="Telegram logo" width="110" height="31" /></a>
<a class="navbar-brand" href="#/im"><img src="img/Logo_2x.png" class="tg_head_logo" alt="Telegram logo" width="110" height="31" /></a>
<ul class="nav navbar-nav navbar-quick-nav" ng-show="curDialog.peer">
<li>
<a href="#/im">

2
partials/settings_modal.html

@ -61,7 +61,7 @@
<p>
<strong>Version: </strong>
<span class="settings_version">alpha 0.0.15</span>
<span class="settings_version">alpha 0.0.16</span>
</p>
<hr/>

0
vendor/bootstrap/css/bootstrap.css vendored

0
vendor/bootstrap/fonts/glyphicons-halflings-regular.eot vendored

0
vendor/bootstrap/fonts/glyphicons-halflings-regular.svg vendored

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

0
vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf vendored

0
vendor/bootstrap/fonts/glyphicons-halflings-regular.woff vendored

0
vendor/bootstrap/js/bootstrap.js vendored

Loading…
Cancel
Save