We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d334059 commit dead02aCopy full SHA for dead02a
1 file changed
pages/html/index.template.html
@@ -122,6 +122,9 @@ <h2>a</h2>
122
you can create link
123
<a href="javascript:location.href=location.href.split('?')[0]">off</a>
124
125
+ for react:
126
+ <a href={window.location.href.split("?")[0]} className="gcp-css">off</a>
127
+
128
another version
129
<a href="javascript:location.search=''">off</a>
130
but that will result in link
0 commit comments