Changeset 2044042
- Timestamp:
- 03/04/2019 04:38:20 PM (7 years ago)
- Location:
- fogata-bots
- Files:
-
- 2 edited
-
tags/1.2/includes/assets/js/fogata-chat.js (modified) (2 diffs)
-
trunk/includes/assets/js/fogata-chat.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fogata-bots/tags/1.2/includes/assets/js/fogata-chat.js
r2025484 r2044042 10 10 11 11 $("body").prepend(""); 12 12 13 13 if($( window ).width() > 480){ 14 14 $( "#fogata-draggable-webchat" ).draggable(); … … 212 212 if(fogvalText != '' && key == 13){ 213 213 $(this).val(''); 214 sendFogataMsg(fogvalText,1,0 );214 sendFogataMsg(fogvalText,1,0,0); 215 215 } 216 216 }) -
fogata-bots/trunk/includes/assets/js/fogata-chat.js
r1917123 r2044042 199 199 if(fogvalText != '' && key == 13){ 200 200 $(this).val(''); 201 sendFogataMsg(fogvalText,1,0 );201 sendFogataMsg(fogvalText,1,0,0); 202 202 } 203 203 })
Note: See TracChangeset
for help on using the changeset viewer.