Skip to content

Instantly share code, notes, and snippets.

View fcsonline's full-sized avatar

Ferran Basora fcsonline

View GitHub Profile
@fcsonline
fcsonline / teambox-qrcode.js
Created September 6, 2012 13:28
Teambox QRCode for contacts
$(window).bind('hashchange', function(){
if (window.location.hash.match('users')) {
setTimeout(function() {
console.log('Showing Contact QR-Code...');
var data = "";
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test</title>
<script type="text/javascript" src="http://192.168.3.2/assets/javascript/app.js"></script>
<script type="text/javascript" src="./monkeypatch.js"></script>
</head>
<body>
alert('lol');