// Author: Christian Sonne <cers@geeksbynature.dk>
// License: GPL
// QR Code generation done by http://qrcode.kaywa.com
 
jetpack.statusBar.append({
  html: "<img src='http://geeksbynature.dk/uploads/qrcode/logo.png' style='margin-top: 5px' />",
  width: 16,
  onReady: function(widget){$(widget).click(function(){
    jetpack.notifications.show({icon:"http://qrcode.kaywa.com/img.php?s=6&d="+jetpack.tabs.focused.url, title:""});
  });}
});
