diff --git a/modules/ext.tabberNeue/Hash.js b/modules/ext.tabberNeue/Hash.js index d039671..3401818 100644 --- a/modules/ext.tabberNeue/Hash.js +++ b/modules/ext.tabberNeue/Hash.js @@ -52,7 +52,7 @@ class Hash { * @return {string} - A unique hash created from the title text. */ static build( titleText ) { - let hash = mw.util.escapeIdForAttribute( titleText ); + let hash = `tabber-${ mw.util.escapeIdForAttribute( titleText ) }`; if ( Hash.exists( hash ) ) { hash = Hash.makeUnique( hash );