about and impressum repopup on double tap the link works now,meta tags, updated system reference

This commit is contained in:
Ulf Gebhardt 2015-04-06 17:23:36 +02:00
parent 4006547c69
commit 32747c81e6
3 changed files with 8 additions and 3 deletions

@ -1 +1 @@
Subproject commit bab21887c3a33b500f7c0723db35479133f225d6 Subproject commit 9b74439f85a36232ddf553f35dd0cdc672682477

View File

@ -1,3 +1,7 @@
$(document).ready(function() { $(document).ready(function() {
new SYSTEM('./api.php',1,'start'); new SYSTEM('./api.php',1,'start');
$('#about').click(function(){
$('#modal_text').modal('show');});
$('#impressum').click(function(){
$('#modal_text').modal('show');});
}); });

View File

@ -2,8 +2,9 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=""> <meta name="description" content="Peer to Peer Filesharing without additional Software">
<meta name="author" content=""> <meta name="keywords" content="p2p,torrent,friend2friend,webtorrent,feross,filesharing">
<meta name="author" content="Webcraft-Media.de">
<title>SlingiT</title> <title>SlingiT</title>
${css} ${css}
${js} ${js}