|
@@ -2,7 +2,7 @@
|
|
$(document).ready(function () {
|
|
$(document).ready(function () {
|
|
'use strict';
|
|
'use strict';
|
|
|
|
|
|
- $('div.chapter a').attr({
|
|
|
|
|
|
+ $('div.chapter a[href*="wikipedia"]').attr({
|
|
rel: 'external',
|
|
rel: 'external',
|
|
title: 'Learn more at Wikipedia',
|
|
title: 'Learn more at Wikipedia',
|
|
id: function (index, oldValue) {
|
|
id: function (index, oldValue) {
|