Changeset 2090632
- Timestamp:
- 05/19/2019 12:36:25 AM (7 years ago)
- Location:
- fogata-bots/tags
- Files:
-
- 2 edited
-
1.2/includes/assets/js/fogata-chat.js (modified) (1 diff)
-
1.3/includes/assets/js/fogata-chat.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fogata-bots/tags/1.2/includes/assets/js/fogata-chat.js
r2044042 r2090632 85 85 var fogval2 = $(this).data('id'); 86 86 var fogval3 = $(this).data('key'); 87 88 87 sendFogataMsg(fogval,2,fogval2,fogval3); 88 }) 89 90 $(document).on('click', '.fogata-encuesta-callback', function(){ 91 fogval = $(this).html(); 92 fogval2 = $(this).data('id'); 93 sendFogataMsg(fogval,1,fogval2,0); 89 94 }) 90 95 -
fogata-bots/tags/1.3/includes/assets/js/fogata-chat.js
r2090631 r2090632 85 85 var fogval2 = $(this).data('id'); 86 86 var fogval3 = $(this).data('key'); 87 88 87 sendFogataMsg(fogval,2,fogval2,fogval3); 88 }) 89 90 $(document).on('click', '.fogata-encuesta-callback', function(){ 91 fogval = $(this).html(); 92 fogval2 = $(this).data('id'); 93 sendFogataMsg(fogval,1,fogval2,0); 89 94 }) 90 95
Note: See TracChangeset
for help on using the changeset viewer.