Changeset 1498063
- Timestamp:
- 09/19/2016 10:47:54 AM (10 years ago)
- Location:
- venue-check/trunk
- Files:
-
- 2 edited
-
js/venue-check.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
venue-check/trunk/js/venue-check.js
r1497442 r1498063 159 159 }); 160 160 161 jQuery('#EventInfo select').change(function () { 161 162 163 jQuery('#EventInfo select, select#saved_tribe_venue').change(function () { 162 164 venuecheck_checkVenues(venuecheck_getEventDate('Start'), venuecheck_getEventDate('End'), jQuery("#post_ID").val()); 163 165 }); -
venue-check/trunk/readme.txt
r1497473 r1498063 16 16 17 17 Requires "The Events Calendar" (by Modern Tribe). 18 19 This plugin will work with "The Events Calendar" or "The Events Calendar PRO" but it currently does not support the recurring events feature available in the PRO version. This will be available in a future version of Venue Check. 18 20 19 21 I hope you find this plugin useful. If you find any bugs or have any feedback of any kind, please contact me.
Note: See TracChangeset
for help on using the changeset viewer.