Skip to content

Commit c1ef1f3

Browse files
authored
Merge pull request #112 from squareBracket-and-Finalium/main-cf-autofix
Apply fixes from CodeFactor
2 parents 5e41a4c + 70456ee commit c1ef1f3

File tree

3 files changed

+234
-234
lines changed

3 files changed

+234
-234
lines changed

assets/2008/js/AJAX.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function getUrl(url, async, opt_handleStateChange) {
4949
}
5050
else
5151
{
52-
xmlHttpReq.onreadystatechange = function() {;}
52+
xmlHttpReq.onreadystatechange = function() {}
5353
}
5454

5555
xmlHttpReq.open("GET", url, async);

0 commit comments

Comments
 (0)