Skip to content

Commit 21935fe

Browse files
authored
Merge pull request #55 from poga/master
default create hackpad on hackpad.com
2 parents a402984 + 3d4f5b9 commit 21935fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ block script
752752
var new_hackpad_title = $("#topbar .form .new.pad.title").val();
753753
//var new_hackpad_id = encodeURIComponent(new_hackpad_title.slice(0,8));
754754
var new_hackpad_id = Math.random().toString(36);
755-
var new_hackpad_url = "https://g0v.hackpad.com/"+new_hackpad_id;
755+
var new_hackpad_url = "https://hackpad.com/"+new_hackpad_id;
756756
var new_menu_item = '<a href="'+new_hackpad_url+'" target="iframe" class="link item"><i class="icon text file outline"></i>'+new_hackpad_title+'</a>';
757757
// add new hackpad info to foldr
758758
if(new_hackpad_title.length > 0){

0 commit comments

Comments
 (0)