Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pureexe committed Mar 5, 2015
1 parent d623ac8 commit 95b1369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mumu-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@
$("#REPLYBOX_"+id_roll).focus();
$("#REPLYBOX_"+id_roll).focusout(function(){
var txt = $(this).val();
if()
$.post("https://mumu.irin.in.th/edit",{input:input,reply:txt,old:reply,access_token:sessionStorage.token},function(){

$('#editwordcomplete').stop().fadeIn(400).delay(3000).fadeOut(400);
}).error(function(errr){
console.log(err);
alert("เซิฟเวอร์ขัดข้อง โปรดแจ้งปัญหาที่ที่เพจ pure's app");
Expand Down Expand Up @@ -285,6 +286,7 @@ <h3>ประโยคที่สอนโดยฉัน</h3>
</div>
<!-- Hidden Item zone -->
<div id='addwordcomplete' class="toast" style='display:none'>เพิ่มคำศัพท์ใหม่เรียบร้อยแล้ว</div>
<div id='editwordcomplete' class="toast" style='display:none'>แก้ไขคำศัพท์เรียบร้อยแล้ว</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
Expand Down

0 comments on commit 95b1369

Please sign in to comment.