mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Working as it should. Except you need to type in your password after you created the pad. But that I won't fix today.
This commit is contained in:
parent
e9f6a10039
commit
c905fd76c1
8 changed files with 182 additions and 17 deletions
|
@ -119,7 +119,9 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
window.location = "p/" + padname;
|
||||
$.get("api/1/createPad", {apikey: "o8PJ496RtbcwoMQGgDyjoOmyq5wJ8dON", padID: padname}, function(data){
|
||||
window.location = "p/" + padname;
|
||||
});
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue