Changeset 31891 for extensions/MenuRandomPhoto
- Timestamp:
- Sep 29, 2017, 2:20:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/MenuRandomPhoto/mrp.js
r31780 r31891 4 4 5 5 var randomPict = MRP_Opt['pictures']; 6 if (randomPict.length > 1 ) {6 if (randomPict.length > 1 && $("#mbRandomPhoto").length > 0) { 7 7 $('#imrp_ill0 a').attr("href", randomPict[0]['link']); 8 8 $('#imrp_ill0 img').attr("src", randomPict[0]['thumb']);
Note: See TracChangeset
for help on using the changeset viewer.