- Posts: 12
COMMUNITY FORUM
Where is this code coming from??
- Shea Dawson
-
Topic Author
- Offline
- New Member
Less
More
14 years 10 months ago #85248
by Shea Dawson
Where is this code coming from?? was created by Shea Dawson
');
$('commentEmail').setProperty('disabled','disabled');
});This code is being printed out at the top of all item pages, right after the body tag. see here Any one come across this before? any ideas?THanks for any help! :)
$('commentEmail').setProperty('disabled','disabled');
});This code is being printed out at the top of all item pages, right after the body tag. see here Any one come across this before? any ideas?THanks for any help! :)
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 10 months ago #85249
by Yiota
Replied by Yiota on topic Where is this code coming from??
I didn't see it. Did you find a way to solve it?
Please Log in or Create an account to join the conversation.
- Shea Dawson
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
14 years 10 months ago #85250
by Shea Dawson
Replied by Shea Dawson on topic Where is this code coming from??
Hmm.. well no I didn't fix it Yiota, but your reply has triggered some insights.. I just checked the site in a different browser (safari) and it did not show. So i think it might just be a firefox thing.
Can I ask what browser / OS are you running?
Thanks for your reply
Can I ask what browser / OS are you running?
Thanks for your reply
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 10 months ago #85251
by Yiota
Replied by Yiota on topic Where is this code coming from??
I'm running Windows Vista and FF 3.6.4
Please Log in or Create an account to join the conversation.
- Shea Dawson
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
14 years 10 months ago #85252
by Shea Dawson
Replied by Shea Dawson on topic Where is this code coming from??
Ok thanks for that, well it seems this may only be a problem with firefox on mac.. which fortunately is a very small percentage of the users who visit this site ;)
Thanks for your help
Thanks for your help
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 10 months ago #85253
by Yiota
Replied by Yiota on topic Where is this code coming from??
Actually check if you have any javascript conflicts on your site. You see the code you see is added through a javascript.
Please Log in or Create an account to join the conversation.
- vtiger
-
- Offline
- Premium Member
Less
More
- Posts: 83
14 years 10 months ago #85254
by vtiger
Replied by vtiger on topic Where is this code coming from??
rendered by:
components\com_k2\views\item\view.html.php about line 135
and
components\com_k2\views\item\view.raw.php about line 125
ln
components\com_k2\views\item\view.html.php about line 135
and
components\com_k2\views\item\view.raw.php about line 125
ln
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 10 months ago #85255
by william white
Replied by william white on topic Where is this code coming from??
His Grep is better than My Grep
Please Log in or Create an account to join the conversation.