Closed (won't fix)
Project:
GMap Module
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 21:34 UTC
Updated:
14 Apr 2013 at 22:08 UTC
Hey..
I have an idea how to make the xmls:v dynamic and not depending on the theme that is used.
Write som JS code that looks like this:
$(document).ready(function() {
$('html').attr({
'xmlns:v' : 'urn:schemas-microsoft-com:vml'
});
});
I think this is possible and gives the feature to have this attribute dynamically loaded, without pending on the theme coder :)
Comments
Comment #1
johnvClosing this very old issue. Please reopen if it is still valid.