Code error.
2 posters
Page 1 of 1
Code error.
Hello guys, on the top of topics I have this error coming up.
How do I fix this, please tell me what to do.
- Code:
script type="text/javascript">// 0){$('.post--' + id).toggle(0, function(){if( $(this).is(":visible") ){$('#hidden-title--' + id).html(hiddenMsgLabel.visible);}else{$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);}});}}catch(e) { }return false;};//]]>
How do I fix this, please tell me what to do.
Guest- Guest
Re: Code error.
Hello!
I tried to reassemble this fragment of code as follows:
JS
I tried to reassemble this fragment of code as follows:
- Code:
<script type="text/javascript">
//<![CDATA[
jQuery(function() {
try {
$('.post--' + id).toggle(0, function() {
if ($(this).is(":visible")) {
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
} else {
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
} catch (e) {
console.log(e);
};
return false;
});
//]]>
</script>
JS
Re: Code error.
The theme must of went that way with a code error, but it's fixed now because I updated it to the old one again, I request a topic lock.
Guest- Guest
Re: Code error.
Locked as Requested
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Getting error code?
» Error in QuickReply JQuery Code
» Getting This Error Code 43 When Updating Graphics Driver
» Posting CSS code Error
» Table code error
» Error in QuickReply JQuery Code
» Getting This Error Code 43 When Updating Graphics Driver
» Posting CSS code Error
» Table code error
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum