diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-14 03:20:53 +0000 |
commit | 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 (patch) | |
tree | f1dbc0e6ff59af610a6043889606a8534ef6b1d4 /12/scripts/script.js | |
parent | rescue 12 (diff) | |
download | html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.gz html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.bz2 html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.xz html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.zip |
rescue
Diffstat (limited to '12/scripts/script.js')
-rw-r--r-- | 12/scripts/script.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/12/scripts/script.js b/12/scripts/script.js deleted file mode 100644 index d7be898..0000000 --- a/12/scripts/script.js +++ /dev/null @@ -1,10 +0,0 @@ -/* - Student Name: Name Surname - File Name: script.js - Date: 2024/12/01 -*/ - -// jQuery for hero image to consume the header window space -$(document).ready(function(){ - $('.hero').height($(window).height()); -}); |