comparison admin.js @ 990:0a8cb8f9f555

Add a bigger warning.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 20:03:33 +0200
parents a1da651a2e45
children ffacd904fd1f
comparison
equal deleted inserted replaced
989:1f1d4b933065 990:0a8cb8f9f555
622 jsSendPOSTRequest("action=randomize&type=compo&id="+id+"&patch="+patch, msuccess); 622 jsSendPOSTRequest("action=randomize&type=compo&id="+id+"&patch="+patch, msuccess);
623 } 623 }
624 624
625 if (patch == 0) 625 if (patch == 0)
626 { 626 {
627 jsConfirmBox("Are you <b>sure</b> you want to delete and regenerate entry show positions "+ 627 jsConfirmBox("Are you <b>ABSOLUTELY CERTAIN</b> you want to delete and regenerate entry show positions "+
628 (id == 0 ? "for ALL compos" : "for this compo") +"? "+ 628 (id == 0 ? "for ALL compos" : "for this compo") +"? "+
629 "<b>This will completely annihilate current show position numbers!</b>", mcb_ok, 0, 0); 629 "<b>This will completely annihilate current show position numbers! AND FUCK UP YOUR EXPORTED FILE ORDER (ask ccr to know what that means.)</b>", mcb_ok, 0, 0);
630 } 630 }
631 else 631 else
632 mcb_ok(0); 632 mcb_ok(0);
633 } 633 }
634 634