We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4370a20 commit c353672Copy full SHA for c353672
rsc/script.js
@@ -1,10 +1,3 @@
1
-function whiteline() {
2
- document.getElementById('handle-line').style.background='#fff';
3
-}
4
-function destroywhite() {
5
- document.getElementById('handle-line').style.background='rgba(255, 255, 255, 0.5)';
6
7
-
8
$(document).ready(function(){
9
/*---------------------------------
10
Tabs system from 99Lime.com HTML KickStart by Joshua Gatcke
0 commit comments