Commit 591fd456 authored by John Crepezzi's avatar John Crepezzi
Browse files

Change application name

parent 8281d382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>