Skip to content

Create dummy.js#1

Open
DevK8scodacytestuser wants to merge 3 commits intomasterfrom
DevK8scodacytestuser-patch-1
Open

Create dummy.js#1
DevK8scodacytestuser wants to merge 3 commits intomasterfrom
DevK8scodacytestuser-patch-1

Conversation

@DevK8scodacytestuser
Copy link
Owner

No description provided.

"use strict";

(function($, window) {
$('.jsSelectedMainEmail').text(postVariable.email);
Copy link
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: Strings must use doublequote.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant