add a link to the raw paste from the pretty paste
fixes wantguns/bin#22
This commit is contained in:
@@ -31,3 +31,7 @@ function forkClicked() {
|
||||
function newPasteClicked() {
|
||||
window.location = homePage;
|
||||
}
|
||||
|
||||
function rawClicked() {
|
||||
window.location = window.location.href.replace('/p/', '/');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user