ep_push2delete
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ep_push2delete", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Displays a button that will allow anyone to fully delete the pad they're viewing.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/marcelklehr/ep_push2delete", |
# 1 click to delete your etherpad | ||
It's as easy as that. There'll be a button. Push it. And your pad will be deleted. Removed. Gone. With all its history. :') | ||
It's as easy as that. There'll be a button. Push it. Confirm it. ZAPP, your pad will be deleted. Removed. Gone, with all its history... :') | ||
@@ -10,7 +10,7 @@ ![Screenshot](https://raw.github.com/marcelklehr/ep_push2delete/master/screenshot.png) | ||
Alternatively, browse to `http://yourEtherpadliteInstan.ce/admin/plugins`, search for `ep_push2delete` and click install. | ||
Alternatively, browse to `http://<etherpad>/admin/plugins`, search for `ep_push2delete` and click install. | ||
After restarting the server, the plugin takes effect. | ||
The plugin takes effect, after restarting the server. | ||
# License | ||
MIT |
@@ -15,5 +15,5 @@ function sendDeletionRequest(){ | ||
$('#deletePadButton').click(function() { | ||
sendDeletionRequest() | ||
if(confirm('Delete this pad? (There\'s no going back!)')) sendDeletionRequest() | ||
}) | ||
cb() | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12010