You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discussed, the SQL data was added to the variable "Test" in the Brainspell.php document using the Str_replace function. All of the code is within lines 1543 and 1610. The dictionaries in the variable can be used, but the location data itself is still nested as a string and needs to be parsed.
Here's my branch with I believe the most updated code https://github.com/Sharabesh/brainspell/tree/Sharabesh_updated
Here's where I set the HTML Variable to an array containing the Database to be parsed in the Javascript https://github.com/BIDS-collaborative/brainspell/compare/BIDS-collaborative...Sharabesh:Sharabesh_updated#diff-256f7777bc064f9f85c8ecb005d3c8abR1596
And here is the variable declaration in Search.html;
You can provide a versioned link by clicking on the history button, then the <> button to view the file at a specific commit, here, I also clicked a line number to link to specific code (generally that's a bad idea for a link to master, as it can change):
That said, it would be great to get specific pointers... I'm not sure I see your code in the BIDS-collaborative repo. I think the variable is getting set here, for example?
As we discussed, the SQL data was added to the variable "Test" in the Brainspell.php document using the Str_replace function. All of the code is within lines 1543 and 1610. The dictionaries in the variable can be used, but the location data itself is still nested as a string and needs to be parsed.
Here's my branch with I believe the most updated code
https://github.com/Sharabesh/brainspell/tree/Sharabesh_updated
Here's where I set the HTML Variable to an array containing the Database to be parsed in the Javascript
https://github.com/BIDS-collaborative/brainspell/compare/BIDS-collaborative...Sharabesh:Sharabesh_updated#diff-256f7777bc064f9f85c8ecb005d3c8abR1596
And here is the variable declaration in Search.html;
https://github.com/BIDS-collaborative/brainspell/compare/BIDS-collaborative...Sharabesh:Sharabesh_updated#diff-4bc774c1cdab1ae9d323d6c298e20ed6R93
The text was updated successfully, but these errors were encountered: