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

ajaxSetup call #3

Open
felixSchl opened this issue Nov 2, 2012 · 4 comments
Open

ajaxSetup call #3

felixSchl opened this issue Nov 2, 2012 · 4 comments

Comments

@felixSchl
Copy link

The $.ajaxSetup function never fires, changing it to treeadmin.jQuery.ajaxSetup resolves the issue.

@alex-eri
Copy link

Also bug in jquery.cookie.js
87 var cookie = jQuery.trim(cookies[i]);

@benjamindell
Copy link

Has this been fixed yet?

@alex-eri
Copy link

alex-eri commented Apr 4, 2013

Take a look at code

04.04.13, 19:09, "rawjam" [email protected]":

Has this been fixed yet?

Reply to this email directly or view it on GitHub.

С уважением, Александр Степанов.

@ghost
Copy link

ghost commented May 2, 2013

what alex-eri wrote did not answer my and rawjam's question.

I tried this and succeed.

I change line 87 of jquery.cookie.js:
var cookie = jQuery.trim(cookies[i]);

to

var cookie = treeadmin.jQuery.trim(cookies[i]);

beniwohli added a commit that referenced this issue May 30, 2013
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

3 participants