summaryrefslogtreecommitdiffstats
path: root/RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js
diff options
context:
space:
mode:
authorHender2023-04-13 00:38:16 -0400
committerGitHub2023-04-13 00:38:16 -0400
commitbd36e6c1f959b511eca6120e5099d108bbb2c426 (patch)
tree1b0edf875937b7154dd6512a217fe6af78ba6186 /RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js
parentb5ad1f3cde58e2c49b142be534b919b21a960a6c (diff)
downloadbash-cec-origin/master.tar.gz
bash-cec-origin/master.tar.bz2
bash-cec-origin/master.zip
Delete RaspberryPITVHDMI_archivos directoryHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js')
-rw-r--r--RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js b/RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js
deleted file mode 100644
index a02cc89..0000000
--- a/RaspberryPITVHDMI_archivos/75e71344378ac84843e886b21c71301deab5d960.js
+++ /dev/null
@@ -1,9 +0,0 @@
-
- $(window).scroll(function(){
- if ($(window).scrollTop() > 31) {
- $("body").addClass("docked");
- } else {
- $("body").removeClass("docked");
- }
- });
-