Newer
Older
var obj = this;
// Respond to incoming map id changes.
elem.value = obj.vars.macro_mapid;
});
// Send out outgoing map id changes.
jQuery(elem).change(function () {
var obj = this;
// Respond to incoming map id changes.
elem.value = obj.vars.macro_mapid;
});
// Send out outgoing map id changes.
jQuery(elem).change(function () {