We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a402984 + 3d4f5b9 commit 21935feCopy full SHA for 21935fe
views/index.jade
@@ -752,7 +752,7 @@ block script
752
var new_hackpad_title = $("#topbar .form .new.pad.title").val();
753
//var new_hackpad_id = encodeURIComponent(new_hackpad_title.slice(0,8));
754
var new_hackpad_id = Math.random().toString(36);
755
- var new_hackpad_url = "https://g0v.hackpad.com/"+new_hackpad_id;
+ var new_hackpad_url = "https://hackpad.com/"+new_hackpad_id;
756
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>';
757
// add new hackpad info to foldr
758
if(new_hackpad_title.length > 0){
0 commit comments