jam-cloud/web/app/assets/javascripts/landing/init.js

10 lines
234 B
JavaScript

(function(context,$) {
"use strict";
$(function() {
// commented out because JamKazam.js does this, and it's included everywhere that this file is
//scontext.JK.popExternalLinks();
})
})(window, jQuery);