Change application name

This commit is contained in:
John Crepezzi 2011-11-23 17:09:12 -05:00
parent 8281d382e4
commit 591fd456d6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<head>
<title>haste</title>
<title>hastebin</title>
<link rel="stylesheet" type="text/css" href="http://yandex.st/highlightjs/6.1/styles/solarized_dark.min.css"/>
<link rel="stylesheet" type="text/css" href="application.css"/>
@ -35,7 +35,7 @@
};
// Construct app and load if not loaded
$(function() {
app = new haste('haste', { twitter: true });
app = new haste('hastebin', { twitter: true });
handlePop({ target: window });
});
</script>