});
return false;
});
-
+
},
-
+
toggleTravelLink: function(event) {
GDirs.updateList(event);
- var html = '<a href="' + glm_base_url + 'my-west-michigan-' + glm_trip_planner_id + '/" flexy:if="plink" class="list-view-link">';
- html += '<img alt="View Your Travel List" title="View Your Travel List" src="';
- html += glm_base_url + 'assets/viewTravelPlanner.gif" style="float: right; margin: 10px;clear: right;">';
- html += '</a>';
+ var html = '<a href="' + glm_base_url + 'index.php?catid='
+ + glm_trip_planner_id + '" class="list-view-link">View Trip Planner</a>';
$('.list-add-link').replaceWith(html);
},