| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Wed, 25 May 2011 11:00:07 +0200 | |
| changeset 163 | c0a417c1aac4 |
| parent 162 | 006282ec30ec |
| child 164 | 0f1f64788daa |
| web/client.php | file | annotate | diff | comparison | revisions |
--- a/web/client.php Wed May 25 10:48:15 2011 +0200 +++ b/web/client.php Wed May 25 11:00:07 2011 +0200 @@ -99,7 +99,7 @@ if(data=="true"){ $("#messageSuccess").show('fast'); $("#messageSuccess").delay(800).hide('slow'); - $('#status').attr("value","#rsln"); + $('#status').attr("value","<?php echo($C_hashtag); ?>"); }else{ $("#error").text(data); $("#messageFailed").show('fast');