Commit b473347e authored by wildfirecode13's avatar wildfirecode13

1

parent c63d8bf2
......@@ -31,7 +31,7 @@
<script>
const cmbdata = getQueryVariable('cmbdata');
console.log('cmbdata', getQueryVariable('cmbdata'))
console.log('cmbdata', decodeURIComponent(getQueryVariable('cmbdata')));
console.log('location.href', location.href)
if (cmbdata) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment