/home/suroeste/public_html/gorbus.transportessuroeste.com/reservas/_lib/lib/js
NameSizeModeActions
bluebird.min.js815300644editdlrm
daterangepicker.min.js326080644editdlrm
frameControl.js31100644editdlrm
GoJS.js3930644editdlrm
GoJS_.js3930644editdlrm
hotkeys.inc.js102440644editdlrm
hotkeys_setup.js16700644editdlrm
jquery.fieldSelection.js26840644editdlrm
jquery.fileupload.js376890644editdlrm
jquery.iframe-transport.js77470644editdlrm
jquery.mask.min.js83270644editdlrm
jquery.scInput.js500520644editdlrm
jquery.scInput2.js425560644editdlrm
menu_structure.js6140644editdlrm
moment.min.js514650644editdlrm
multigrab.js238140644editdlrm
nm_form_mobile.js640290644editdlrm
nm_mobile.js861910644editdlrm
nm_modal_panes.jquery.js110900644editdlrm
nm_position.js18270644editdlrm
nm_touchfix.jquery.js23610644editdlrm
scInput.js17900644editdlrm
sc_custom_scrollbar.js158400644editdlrm
sortable.jquery.js22240644editdlrm
sortable.js1514540644editdlrm
sortable.min.js441360644editdlrm
toastr.js155680644editdlrm
Edit: /home/suroeste/public_html/gorbus.transportessuroeste.com/reservas/_lib/lib/js/frameControl.js (3110B)
__SC_topFrameRun = function __SC_topFrameRun(funcExecCall, args) { var pageRoot = __SC_findTopFrame(window, funcExecCall); if (typeof (pageRoot[funcExecCall]) === 'function') { var a; if (!args) { a = []; } else { a = (typeof (args) === typeof ([]) && args.length !== undefined) ? args : [args]; } return pageRoot[funcExecCall].apply(window, a); } else { return false; } }; __SC_topFrameCreateFunc = function __SC_topFrameCreateFunc(funcExecName, funcExecCall, args) { var pageRoot = __SC_findTopFrame(window, '__SC_topFrameCreateFunc'); if (typeof (pageRoot[funcExecName]) !== 'function') { pageRoot[funcExecName] = funcExecCall; } var a; if (!args) { a = []; } else { a = (typeof (args) === typeof ([]) && args.length !== undefined) ? args : [args]; } return pageRoot[funcExecName].apply(window, a); }; __SC_topFrameCreateAll = function __SC_topFrameCreateAll(funcExecName, funcExecCall, insertStyle, insertDOM, args) { var pageRoot = __SC_findTopFrame(window, '__SC_topFrameCreateAll'); if (typeof (pageRoot[funcExecName]) !== 'function') { pageRoot[funcExecName] = funcExecCall; } var a; if (!args) { a = []; } else { a = (typeof (args) === typeof ([]) && args.length !== undefined) ? args : [args]; } return pageRoot[funcExecName].apply(window, a); }; __SC_findTopFrame = function __SC_findTopFrame(currentWindow, functionSearch) { var pageRoot = currentWindow; while (pageRoot.parent !== pageRoot) { if (typeof (pageRoot.parent[functionSearch]) === 'function') { pageRoot = pageRoot.parent; } else { break; } } return pageRoot; }; $(document).ready( function () { if (typeof (window.scJs_alert_sweetalert) !== 'function') { window.scJs_alert_sweetalert = function (message, callbackOk, params) { var sweetAlertConfig; if (null == params) { params = {}; } params['html'] = message; sweetAlertConfig = params; Swal.fire(sweetAlertConfig).then(function (result) { if (result.value) { if (typeof callbackOk == "function") { callbackOk(); } } else if (result.dismiss == Swal.DismissReason.timer || result.dismiss == Swal.DismissReason.close) { Swal.close(); $(".swal2-container.swal2-shown").remove(); } else if (result.dismiss == Swal.DismissReason.timer) { $(".swal2-container").hide(); } }); } } if (!window.__FRAMECONTROL_scJs_alert_sweetalert) { window.__FRAMECONTROL_scJs_alert_sweetalert = window.scJs_alert_sweetalert; } window.scJs_alert_sweetalert = function (a, b, c) { window.__SC_topFrameRun('__FRAMECONTROL_scJs_alert_sweetalert', [a, b, c]); }; });