From 9ba3d915bb9446dab4178966759ccf84a40afa34 Mon Sep 17 00:00:00 2001 From: codacytesteuser <38557762+codacytesteuser@users.noreply.github.com> Date: Wed, 13 Nov 2019 16:18:10 +0000 Subject: [PATCH] Create file1.js --- file1.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 file1.js diff --git a/file1.js b/file1.js new file mode 100644 index 0000000..680bde7 --- /dev/null +++ b/file1.js @@ -0,0 +1,8 @@ +/* global QamineUtils */ + +"use strict"; + +(function($, window) { + $('.jsSelectedMainEmail').text(postVariable.email); + return 0; +})(jQuery, window);