This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(['require', 'exports'], function(require, exports) { | |
exports.GATrackingHelper = function(settings) { | |
// MEMBERS & DEFAULTS | |
var urchinId = settings.gaqId || false, | |
devId = settings.devId || 'UA-3172639-5', | |
page = settings.page || null, | |
trackingLabel = settings.label || false, | |
domainName = settings.domainName || '.defencejobs.gov.au', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(["require", "exports"], function (require, exports) { | |
exports.YouTubeHelper = function (settings) { | |
// MEMBERS & DEFAULTS ################################################################################################################################################# | |
var documentRef; | |
var originURL = ""; // for cross site checks | |
var targetContainer; | |
var target; | |
var parentContainer; // used for adding popups back into the original spot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(["require", "exports"], function (a, b) { | |
b.ajaxLoader = function (a) { | |
function g() { | |
for (var a = 0; a < n.length; a++) { | |
if (n[a].removeEvent) { | |
n[a].removeEvent("onload") | |
} | |
} | |
} | |
function f(a) { |