|
@@ -4,6 +4,9 @@ $(document).ready(function () {
|
|
|
|
|
|
$('div.chapter a').attr({
|
|
$('div.chapter a').attr({
|
|
rel: 'external',
|
|
rel: 'external',
|
|
- title: 'Learn more at Wikipedia'
|
|
|
|
|
|
+ title: 'Learn more at Wikipedia',
|
|
|
|
+ id: function (index, oldValue) {
|
|
|
|
+ return 'wikilink-' + index;
|
|
|
|
+ }
|
|
});
|
|
});
|
|
});
|
|
});
|