Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery Error right after install: $.get(...).success is not a function #26

Open
tverskih opened this issue Jun 16, 2017 · 1 comment
Open

Comments

@tverskih
Copy link

Stacktrace

jquery.min.js:2 Uncaught TypeError: $.get(...).success is not a function
    at Object.initJSON (simpleStore.js:264)
    at Object.generateStore (simpleStore.js:374)
    at simpleStore.js:425
    at Object.extend (simpleStore.js:49)
    at Object.init (simpleStore.js:424)
    at HTMLDocument.<anonymous> (config.js:73)
    at j (jquery.min.js:2)
    at k (jquery.min.js:2)
initJSON @ simpleStore.js:264
generateStore @ simpleStore.js:374
(anonymous) @ simpleStore.js:425
extend @ simpleStore.js:49
init @ simpleStore.js:424
(anonymous) @ config.js:73
j @ jquery.min.js:2
k @ jquery.min.js:2
@impshum
Copy link

impshum commented Oct 1, 2017

Change both instances of .success to .done in simpleStore.js and you're good to go.

j0xhn added a commit to j0xhn/simplestore that referenced this issue Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants