# HG changeset patch # User Matti Hamalainen # Date 1417284213 -7200 # Node ID 0a8cb8f9f55560f120c228e76b4df38f42f2e348 # Parent 1f1d4b933065635c5ac408cd56f49ee3071f6580 Add a bigger warning. diff -r 1f1d4b933065 -r 0a8cb8f9f555 admin.js --- a/admin.js Sat Nov 29 18:55:37 2014 +0200 +++ b/admin.js Sat Nov 29 20:03:33 2014 +0200 @@ -624,9 +624,9 @@ if (patch == 0) { - jsConfirmBox("Are you sure you want to delete and regenerate entry show positions "+ + jsConfirmBox("Are you ABSOLUTELY CERTAIN you want to delete and regenerate entry show positions "+ (id == 0 ? "for ALL compos" : "for this compo") +"? "+ - "This will completely annihilate current show position numbers!", mcb_ok, 0, 0); + "This will completely annihilate current show position numbers! AND FUCK UP YOUR EXPORTED FILE ORDER (ask ccr to know what that means.)", mcb_ok, 0, 0); } else mcb_ok(0);