getWebURLRunningOn function

String getWebURLRunningOn()

Implementation

String getWebURLRunningOn() {
  return window.location.href;
}