Changeset 32503
- Timestamp:
- 05/13/2015 09:41:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/js/thickbox/thickbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/thickbox/thickbox.js
r30376 r32503 232 232 jQuery("#TB_window").css({'visibility':'visible'}); 233 233 }else{ 234 jQuery("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method 234 var load_url = url; 235 load_url += -1 === url.indexOf('?') ? '?' : '&'; 236 jQuery("#TB_ajaxContent").load(load_url += "random=" + (new Date().getTime()),function(){//to do a post change this load method 235 237 tb_position(); 236 238 jQuery("#TB_load").remove();
Note: See TracChangeset
for help on using the changeset viewer.