Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
388 views
in Q2A Core by
<script>
var qa_root = '..\/';
var qa_request = '31295\/commodity-commodity-commodity-commodity-demanded-commodity';
</script>

And how can I remove this ? 

by
+1
Why do you want to remove it? It causes no problems.
by
It's not about problem... But if it is of no use then it is unnecessary to keep it. It will slow down website speed

1 Answer

+2 votes
by

These variable are to help plugin developer to find the root path and requested page in js file.

If these variables used by any plugin developer then the plugin features may not work.

by
+1
only for use of plugins ?
by
+1
I don't know if this is used in q2a core or not. I used these variables in my Plugin's js file.
...