mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Change application name
This commit is contained in:
parent
8281d382e4
commit
591fd456d6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue