add support for user profiles

This commit is contained in:
Anthony Metzidis
2017-01-27 10:29:00 -08:00
parent 814f048218
commit e0095ffaf6
5 changed files with 40 additions and 2 deletions

View File

@@ -34,6 +34,9 @@
app = new haste('hastebin', { twitter: true });
handlePop({ target: window });
});
$(document).ready(function(){
app.init();
});
</script>
</head>
@@ -57,6 +60,7 @@
<div class="label"></div>
<div class="shortcut"></div>
</div>
<div id="box4"></div>
</div>
<div id="linenos"></div>