Changes between Initial Version and Version 1 of Ticket #24197, comment 1
- Timestamp:
- 04/26/2013 02:10:09 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24197, comment 1
initial v1 1 1 The snippet is a bit confusing. Are you passing data to a modified version of `jquery.js`? 2 2 3 Seems like your JS file is trying to use `icy_ajax` without checking if it was added.3 Seems like your JS file is enqueued under different conditions (when `$post` is not set), and the script is trying to use `icy_ajax` without checking if it was added. Or the `'jquery'` handle is incorrect. 4 4 5 5 My steps: