mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-15 23:20:11 -07:00
Cleanup
This commit is contained in:
parent
9eb21908e1
commit
f2a48823d1
@ -4,7 +4,7 @@
|
|||||||
<link rel="import" href="../bower_components/paper-progress/paper-progress.html">
|
<link rel="import" href="../bower_components/paper-progress/paper-progress.html">
|
||||||
<link rel="import" href="../bower_components/neon-animation/neon-animated-pages.html">
|
<link rel="import" href="../bower_components/neon-animation/neon-animated-pages.html">
|
||||||
<!-- Configure your routes here
|
<!-- Configure your routes here
|
||||||
<link rel="import" href="routing.html">
|
<link rel="import" href="routing.html">
|
||||||
-->
|
-->
|
||||||
<!-- Add your elements here -->
|
<!-- Add your elements here -->
|
||||||
<link rel="import" href="../styles/app-theme.html">
|
<link rel="import" href="../styles/app-theme.html">
|
||||||
@ -13,3 +13,4 @@
|
|||||||
<link rel="import" href="buddy-finder/buddy-finder.html">
|
<link rel="import" href="buddy-finder/buddy-finder.html">
|
||||||
<link rel="import" href="p2p-network/connection-wrapper.html">
|
<link rel="import" href="p2p-network/connection-wrapper.html">
|
||||||
<link rel="import" href="file-sharing/file-receiver.html">
|
<link rel="import" href="file-sharing/file-receiver.html">
|
||||||
|
|
@ -45,7 +45,6 @@
|
|||||||
},
|
},
|
||||||
_onHandshake: function(event) {
|
_onHandshake: function(event) {
|
||||||
var me = event.uuid;
|
var me = event.uuid;
|
||||||
console.log('i am');
|
|
||||||
this.set('me', me);
|
this.set('me', me);
|
||||||
if (window.webRTCSupported) {
|
if (window.webRTCSupported) {
|
||||||
this.$.p2p.initialize();
|
this.$.p2p.initialize();
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="Snapdrop lets you instantly share files with people near by. It is a web-based clone of Apple's Airdrop.">
|
<meta name="description" content="Snapdrop is the easiest way to send files accross devices">
|
||||||
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1">
|
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1">
|
||||||
<meta name="generator" content="Snapdrop">
|
<meta name="generator" content="Snapdrop">
|
||||||
<title>Snapdrop</title>
|
<title>Snapdrop</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user