# HG changeset patch # User Matti Hamalainen # Date 1416547007 -7200 # Node ID 85f5f569f6fc546a86d9264408ec9995dcfb27f8 # Parent 7735f97b2bbf406d1ca9bd56919fc559c7e21274 Improve error message. diff -r 7735f97b2bbf -r 85f5f569f6fc pages/vote.inc.php --- a/pages/vote.inc.php Fri Nov 21 05:32:19 2014 +0200 +++ b/pages/vote.inc.php Fri Nov 21 07:16:47 2014 +0200 @@ -93,7 +93,7 @@ var mfail = function(txt) { - jsMessageBox("Something went wrong. :("); + jsMessageBox("

Ooops, an error occured

Something went wrong, votes might not be submitted. :(

"); } jsSendPOSTRequest("action=set&entry_id="+eid+"&vote="+value, msuccess, mfail);