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

10 lines
234 B
JavaScript
Raw Permalink Normal View History

2013-08-13 13:03:37 +00:00
(function(context,$) {
"use strict";
$(function() {
2015-02-13 06:00:45 +00:00
// commented out because JamKazam.js does this, and it's included everywhere that this file is
2015-02-13 04:25:46 +00:00
//scontext.JK.popExternalLinks();
2013-08-13 13:03:37 +00:00
})
})(window, jQuery);