Files
Flintstones/bundles/flintstones.helper.html/assets/js/debug.js
T
Francisco Jesús Martínez Mimbrera 759a8968a2 public code v1
2026-05-23 00:32:57 +02:00

3 lines
154 B
JavaScript

var bodyTag = document.getElementsByTagName("body");
var d = '<small>' +window.location.href+ '</small>';
bodyTag[0].innerHTML = bodyTag[0].innerHTML + d;