Javascript error in plugin
- icore7
- Topic Author
- Offline
- New Member
Less
More
11 years 2 months ago #3426
by icore7
Replied by icore7 on topic Javascript error in plugin
Can you help me?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 2 months ago #3431
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Javascript error in plugin
Look at post
forum.zhuk.cc/index.php/forum/gm-compone...doesent-display#1956
you have the same problem.
My explanation: this plugin breaks my code - add new line and closing script tag.
Check new versions for your theme (plugin), or contact to its forum to find out fixing solution. It is not my bug
I mean the plugin did
But my code have to be that
forum.zhuk.cc/index.php/forum/gm-compone...doesent-display#1956
you have the same problem.
My explanation: this plugin breaks my code - add new line and closing script tag.
Check new versions for your theme (plugin), or contact to its forum to find out fixing solution. It is not my bug
I mean the plugin did
Code:
''+
'</script>
</div>'+
'</div>';
var marker = new google.maps.Marker({
But my code have to be that
Code:
''+
'</div>'+
'</div>';
var marker = new google.maps.Marker({
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- icore7
- Topic Author
- Offline
- New Member
11 years 2 months ago #3477
by icore7
Replied by icore7 on topic Javascript error in plugin
fine, thank you..
So the problem is RokBox2 plugin. I will test. Thank you again
So the problem is RokBox2 plugin. I will test. Thank you again
Please Log in or Create an account to join the conversation.
Time to create page: 0.177 seconds