diff --git a/src/js/core/query_parameters.js b/src/js/core/query_parameters.js index e7cf8a67..8a27801f 100644 --- a/src/js/core/query_parameters.js +++ b/src/js/core/query_parameters.js @@ -11,6 +11,6 @@ if (options.embed) { } // Allow testing full version outside of standalone -if (options.fullVersion && !G_IS_PROD) { +if (options.fullVersion && !G_IS_RELEASE) { queryParamOptions.fullVersion = true; }