mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +02:00
remove regexp
This commit is contained in:
parent
fba6a74cf6
commit
b407e20e4b
1 changed files with 0 additions and 4 deletions
|
@ -467,10 +467,6 @@
|
||||||
var elZTextureURL = document.getElementById("property-z-texture-url");
|
var elZTextureURL = document.getElementById("property-z-texture-url");
|
||||||
|
|
||||||
var elPreviewCameraButton = document.getElementById("preview-camera-button");
|
var elPreviewCameraButton = document.getElementById("preview-camera-button");
|
||||||
|
|
||||||
var PARAM_REGEXP = /(?:\?)(\S+)/; // Check if this has any parameters.
|
|
||||||
var TIMESTAMP_REGEXP = /(&?HFTime=\d+)/;
|
|
||||||
|
|
||||||
|
|
||||||
if (window.EventBridge !== undefined) {
|
if (window.EventBridge !== undefined) {
|
||||||
var properties;
|
var properties;
|
||||||
|
|
Loading…
Reference in a new issue