mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 08:45:57 +00:00
Make twitter posting an option
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
// Set up
|
||||
var app = new haste('haste');
|
||||
var app = new haste('haste', { twitter: true });
|
||||
// Handle pops
|
||||
window.onpopstate = function(evt) {
|
||||
var path = evt.target.location.pathname;
|
||||
|
||||
Reference in New Issue
Block a user