Change application name

raw_icon
John Crepezzi 14 years ago
parent 8281d382e4
commit 591fd456d6
  1. 4
      static/index.html

@ -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>

Loading…
Cancel
Save