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
Nitromethane opened this issue
Dec 19, 2018
· 0 comments
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Click help_topic table in mysql database on left navigation tree
it will load function.js which is not exist in PMA .
And then we could not click anything in browser.
Screenshots
Client configuration
Browser: Chrome 70.0.3538.67
Operating system: Windows 10
Additional context
I try to fix this problem by change the '$scripts->addFile('function.js');' To '$scripts->addFile('functions.js');' in Text_Plain_Sql.php.
Then it works. I think maybe its only a misspelling.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
The Plugins Text_Plain_Sql Error
Its easy to reproduce this error.
Screenshots
Client configuration
Additional context
I try to fix this problem by change the '$scripts->addFile('function.js');' To '$scripts->addFile('functions.js');' in Text_Plain_Sql.php.
Then it works. I think maybe its only a misspelling.
The text was updated successfully, but these errors were encountered: