Difference between revisions of "Template:Team:UofC Calgary/assets/base/js/app.js"

Line 7: Line 7:
  
 
var App = function() {
 
var App = function() {
$('a[href^="http://"]').not('[href*="Team:UofC_Calgary"]').attr('target', '_blank');
 
$('a[href^="https://"]').not('[href*="Team:UofC_Calgary"]').attr('target', '_blank');
 
 
     // IE mode
 
     // IE mode
 
     var isRTL = false;
 
     var isRTL = false;
Line 455: Line 453:
  
 
}();
 
}();
 +
$('a[href^="http://"]').not('[href*="Team:UofC_Calgary"]').attr('target', '_blank');
 +
$('a[href^="https://"]').not('[href*="Team:UofC_Calgary"]').attr('target', '_blank');
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 23:20, 17 October 2016