We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b41909 commit 56934e3Copy full SHA for 56934e3
1 file changed
xoops_trust_path/modules/xpwiki/skin/js/main.js
@@ -1,7 +1,6 @@
1
// for .uniqueID
2
-
3
(function() {
4
- if (!Prototype.Browser.IE && !!window.HTMLElement) {
+ if (!document.uniqueID && !!window.HTMLElement) {
5
var nextUniqueID = 1;
6
window.HTMLElement.prototype.__defineGetter__('uniqueID', function() {
7
var uniqueID = 'id' + nextUniqueID++;
0 commit comments