Sha256: 9f40c47a35b36de72fa1fb379d1fe0c4791d520c2d69936de32c3c000db71fde

Contents?: true

Size: 434 Bytes

Versions: 41

Compression:

Stored size: 434 Bytes

Contents

// Place your application-specific JavaScript functions and classes for 
// Typus here.

function externalLinks() {
  if (!document.getElementsByTagName) return;
  var anchors = document.getElementsByTagName("a");
  for (var i=0; i<anchors.length; i++) {
    var anchor = anchors[i];
    if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")
      anchor.target = "_blank";
  }
}

window.onload = externalLinks;

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.0 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.1 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.10 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.11 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.12 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.13 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.14 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.15 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.16 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.17 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.2 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.3 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.4 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.5 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.6 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.7 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.8 generators/typus/templates/public/javascripts/admin/application.js
fesplugas-typus-0.9.9 generators/typus/templates/public/javascripts/admin/application.js
typus-0.9.39 generators/typus/templates/public/javascripts/admin/application.js
typus-0.9.38 generators/typus/templates/public/javascripts/admin/application.js