@gooddata/js-utils
Advanced tools
Comparing version 4.0.1-alpha-pbenes-pb-parametrize-walkme-load-2022-11-09T12-25-51-374Z to 4.0.1-alpha-pbenes-pb-parametrize-walkme-load-2022-11-11T13-21-29-197Z
@@ -28,3 +28,3 @@ "use strict"; | ||
function scriptExists(url) { | ||
var script = url && document.querySelector('script[src=\'" + url + "\']'); | ||
var script = url && document.querySelector('script[src=\'' + url + '\']'); | ||
return Boolean(script); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "4.0.1-alpha-pbenes-pb-parametrize-walkme-load-2022-11-09T12-25-51-374Z", | ||
"version": "4.0.1-alpha-pbenes-pb-parametrize-walkme-load-2022-11-11T13-21-29-197Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -26,4 +26,4 @@ // (C) 2007-2022 GoodData Corporation | ||
export function scriptExists(url: string): boolean { | ||
const script = url && document.querySelector('script[src=\'" + url + "\']'); | ||
const script = url && document.querySelector('script[src=\'' + url + '\']'); | ||
return Boolean(script); | ||
} |
Sorry, the diff of this file is not supported yet
49904