- Timestamp:
- 09/18/18 20:22:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/jsToolBar/popup_posts.js
r3735 r3880 9 9 $('#form-entries tr>td.maximal>a').click(function() { 10 10 // Get post_id 11 vartb = window.opener.the_toolbar;12 vardata = tb.elements.link.data;11 const tb = window.opener.the_toolbar; 12 const data = tb.elements.link.data; 13 13 14 14 data.href = tb.stripBaseURL($(this).attr('title'));
Note: See TracChangeset
for help on using the changeset viewer.