We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ffd39 commit 82864f8Copy full SHA for 82864f8
1 file changed
www/js/accessibility.js
@@ -15,8 +15,7 @@ function AddAccessibilityToMainDiv()
15
var g = document.createElement('div');
16
g.setAttribute("class", "stale-warning");
17
g.innerHTML = "This is NOT the current webpage! See " +
18
- "<a href=\"http://www.cs.umd.edu/class/\">Class web pages</a> for curre
19
-nt listing.";
+ "<a href=\"http://www.cs.umd.edu/class/\">Class web pages</a> for current listing.";
20
main_div.insertBefore(g, main_div.firstChild);
21
};
22
}
0 commit comments