This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:( X_checkTest() ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var X_sacs = ["5521999395050", | |
| "555199595050", | |
| "557199595050", | |
| "558182595050", | |
| "5511999595050", | |
| "554192905050", | |
| "554891905050", | |
| "556199595050", | |
| "553199595050", | |
| "5511943613092", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.addEventListener('load', () => { | |
| function TUGO_sendMessage(number, message) { | |
| // Add Number | |
| var _number_input = angular.element($(".host")[0]).scope(); | |
| _number_input.tagList.addText(number); | |
| // Add Text | |
| var _text_input = angular.element($('textarea[ng-model="message"]')[0]).scope(); | |
| _text_input.message = message; | |
| _text_input.sendMessage(_text_input.message); | |
| setTimeout(() => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // defining function | |
| (function($) { | |
| $.eventReport = function(selector, root) { | |
| var s = []; | |
| $(selector || '*', root).addBack().each(function() { | |
| var e = $._data(this, 'events'); | |
| if(!e) return; | |
| var tagGroup = this.tagName || "document"; | |
| if(this.id) tagGroup += '#' + this.id; | |
| if(this.className) tagGroup += '.' + this.className.replace(/ +/g, '.'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [interface] | |
| resolution_dir="480_272" | |
| [rawdisplay] | |
| class="wide" | |
| screen_x=480 | |
| screen_y=272 | |
| [map] | |
| 2dheadup="1" |
NewerOlder