Loading static/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading @@ -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 Loading
static/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading @@ -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