inherit
35439
0
Oct 26, 2008 8:09:35 GMT -8
JshLnsctt
1,489
January 2005
jshlnsctt
|
Post by JshLnsctt on Oct 1, 2005 6:22:17 GMT -8
Is there any type of code or something that I can use to make it so that the global headers will not affect a certain board?
|
|
inherit
35439
0
Oct 26, 2008 8:09:35 GMT -8
JshLnsctt
1,489
January 2005
jshlnsctt
|
Post by JshLnsctt on Oct 1, 2005 6:42:14 GMT -8
Ok
|
|
#e61919
2
0
1
Oct 2, 2024 14:45:32 GMT -8
Martyn Dale
$[user.personal_text]
20,088
February 2003
martyn
|
Post by Martyn Dale on Oct 1, 2005 10:30:58 GMT -8
Yup add this around the main body of the JS code you wish to have disabled like this if (location.href.indexOf("board=support") == -1 { CODE } where board=support is replaced with the ID of the board, for example board=myboard
|
|
inherit
17569
0
Aug 14, 2023 13:11:03 GMT -8
frufru
11,774
December 2003
frufru
|
Post by frufru on Oct 1, 2005 13:29:13 GMT -8
Yup add this around the main body of the JS code you wish to have disabled like this if (location.href.indexOf("board=support") == -1 { CODE } where board=support is replaced with the ID of the board, for example board=myboard syntax error... if (location.href.indexOf("board=support") == -1 ){ CODE }
|
|
#e61919
2
0
1
Oct 2, 2024 14:45:32 GMT -8
Martyn Dale
$[user.personal_text]
20,088
February 2003
martyn
|
Post by Martyn Dale on Oct 1, 2005 14:24:27 GMT -8
oops, thats what happens when you dont read your codes lol
|
|