Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions test3213.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* global QamineUtils */

Check warning on line 1 in test3213.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

test3213.js#L1

'QamineUtils' is defined but never used.

Check warning on line 1 in test3213.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

test3213.js#L1

'QamineUtils' is defined but never used.

"use strict";

(function($, window) {

Check warning on line 5 in test3213.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

test3213.js#L5

'window' is defined but never used.

Check warning on line 5 in test3213.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

test3213.js#L5

'window' is defined but never used.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Insert ·

Suggested change
(function($, window) {
(function ($, window) {

$('.jsSelectedMainEmail').text(postVariable.email);

Check warning on line 6 in test3213.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

test3213.js#L6

'postVariable' is not defined.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Replace '.jsSelectedMainEmail' with ".jsSelectedMainEmail"

Suggested change
$('.jsSelectedMainEmail').text(postVariable.email);
$(".jsSelectedMainEmail").text(postVariable.email);

return 0;
})(jQuery, window);