Remove test commit

This commit is contained in:
Oleg Korshul
2024-08-21 13:58:56 +03:00
parent 045d11b409
commit 6b810ffabb

View File

@ -1,5 +1,5 @@
(function(window, undefined) {
var URL_TO_PLUGIN = "https://serg-kv.github.io/onlyoffice.github.io/sdkjs-plugins/content/chatgpt/";
var URL_TO_PLUGIN = "";
var xhrObj = new XMLHttpRequest();
xhrObj.open('GET', URL_TO_PLUGIN + "config.json", false);