MoaDB icon indicating copy to clipboard operation
MoaDB copied to clipboard

main.js contains inline PHP, which is not executed

Open jwoglom opened this issue 8 years ago • 0 comments

In resources/js/main.js, there is inline PHP code which builds the URL to query for the sorting and search functions. This PHP is not executed, and the value of build_query should be embedded into each page itself (maybe set as a javascript global variable?) and then referenced in the source here as needed from that.

jwoglom avatar Nov 16 '17 04:11 jwoglom