We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb437dc commit bcdef49Copy full SHA for bcdef49
assets/js/app.js
@@ -97,7 +97,7 @@ $(function(){
97
* Open External Links In New Window
98
*/
99
function initExternalLink(){
100
- $('a[href^="http://"], a[href^="https://"]').each(function() {
+ $('section a[href^="http://"], section a[href^="https://"]').each(function() {
101
var a = new RegExp('/' + window.location.host + '/');
102
if(!a.test(this.href) ) {
103
$(this).click(function(event) {
0 commit comments