Changeset 3484:0722d6bad67e
- Timestamp:
- 12/29/16 11:45:11 (9 years ago)
- Branch:
- 2.11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3463 r3484 518 518 // manage outgoing links 519 519 $('a').filter(function() { 520 return ((this.hostname && this.hostname!=location.hostname && !$(this).hasClass('modal')) 520 return ((this.hostname && this.hostname!=location.hostname 521 && !$(this).hasClass('modal') && !$(this).hasClass('modal-image')) 521 522 || $(this).hasClass('outgoing')); 522 523 }).each(function() {
Note: See TracChangeset
for help on using the changeset viewer.