Procházet zdrojové kódy

Improve the compatibility with IOS

- icons for dashboard
- standalone mode
master
sb domo před 10 roky
rodič
revize
1dd252e974
5 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. binární
      icons/icon114.png
  2. binární
      icons/icon144.png
  3. binární
      icons/icon57.png
  4. binární
      icons/icon72.png
  5. +7
    -0
      index.php

binární
icons/icon114.png Zobrazit soubor

Před Za
Šířka: 114  |  Výška: 114  |  Velikost: 20KB

binární
icons/icon144.png Zobrazit soubor

Před Za
Šířka: 144  |  Výška: 144  |  Velikost: 30KB

binární
icons/icon57.png Zobrazit soubor

Před Za
Šířka: 57  |  Výška: 57  |  Velikost: 5.9KB

binární
icons/icon72.png Zobrazit soubor

Před Za
Šířka: 72  |  Výška: 72  |  Velikost: 8.7KB

+ 7
- 0
index.php Zobrazit soubor

@@ -33,6 +33,13 @@
?>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="./icons/icon57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./icons/icon114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon144.png" />
<title>COPS</title>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jQuery/jquery-1.10.2.min.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jquery-cookie/jquery.cookies.js") ?>"></script>


Načítá se…
Zrušit
Uložit