Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.postload.js

Issue 6636194259533824: Noissue - Added missing semicolons in include.postload.js (Closed)
Patch Set: Created Jan. 16, 2015, 8:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.postload.js
diff --git a/include.postload.js b/include.postload.js
index 99b55dcce8ef6f45777fbb64be86a0a6e03804ae..41187950dec2308c957ae6fd336fdc2c24fadce4 100644
--- a/include.postload.js
+++ b/include.postload.js
@@ -325,12 +325,12 @@ function clickHide_showDialog(left, top, filters)
{
if (clickHideFiltersDialog)
clickHideFiltersDialog.style.setProperty("opacity", "0.7");
- }
+ };
clickHideFiltersDialog.onmouseover = function()
{
if (clickHideFiltersDialog)
clickHideFiltersDialog.style.setProperty("opacity", "1.0");
- }
+ };
document.body.appendChild(clickHideFiltersDialog);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld