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
| (function () { | |
| 'use strict'; | |
| function LampaChecker() { | |
| var network_ips = ['127.0.0.1', '192.168.1.1', '192.168.2.1', '192.168.3.1', '192.168.1.2', '192.168.0.1', '192.168.88.1']; | |
| var current_index = 0; | |
| var default_port = '8090'; | |
| this.init = function () { | |
| // Ждем полной готовности приложения Lampa |