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