This website requires JavaScript.
Explore
Help
Sign In
akorny
/
notes
Watch
1
Star
0
Fork
You've already forked notes
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b928176bbd
notes
/
static
/
scripts.js
5 lines
95 B
JavaScript
Raw
Blame
History
function
deletePrompt
(
text
,
url
)
{
if
(
confirm
(
text
)
)
{
location
.
href
=
url
}
}
Reference in New Issue
View Git Blame
Copy Permalink