9 lines
1.4 KiB
JavaScript
9 lines
1.4 KiB
JavaScript
|
|
/**
|
||
|
|
* jibo-sdk - Jibo's SDK plugin for Atom
|
||
|
|
* @version v3.9.10
|
||
|
|
* @license Copyright (c) 2017, Jibo, Inc. All rights reserved.
|
||
|
|
* All use of the Jibo SDK is subject to the Jibo SDK End User License Agreement (EULA)
|
||
|
|
* distributed herewith. If you did not receive a copy of the EULA, you may view a
|
||
|
|
* copy at https://developers.jibo.com/license.
|
||
|
|
*/
|
||
|
|
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.r=e()}}(function(){return function e(n,t,o){function r(f,u){if(!t[f]){if(!n[f]){var d="function"==typeof require&&require;if(!u&&d)return d(f,!0);if(i)return i(f,!0);var l=new Error("Cannot find module '"+f+"'");throw l.code="MODULE_NOT_FOUND",l}var s=t[f]={exports:{}};n[f][0].call(s.exports,function(e){var t=n[f][1][e];return r(t?t:e)},s,s.exports,e,n,t,o)}return t[f].exports}for(var i="function"==typeof require&&require,f=0;f<o.length;f++)r(o[f]);return r}({1:[function(e,n,t){"use strict";var o=e("electron"),r=document.getElementById("website"),i=!1;r.addEventListener("dom-ready",function(){r.insertCSS("#logged_in_as_sp, #not_you_link_sp{ display: none; }"),i=!0}),document.title="Jibo SDK",setInterval(function(){i&&"https://www.jibo.com/"===r.getUrl()&&o.ipcRenderer.send("quit-app")},100)},{electron:void 0}]},{},[1])(1)});
|