mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 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) {
|
||||
var properties;
|
||||
|
|
Loading…
Reference in a new issue