sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
207 stars 62 forks source link

fix for SPGetCurrentUser at webUrl / #3

Closed chiefmillso closed 9 years ago

chiefmillso commented 10 years ago

I've added a small fix to for the SPGetCurrentUser for browsers such as IE10 when the site is located at the root of the web application. The //_layouts/userdisp.aspx fails in some browsers and will return a blank page.

sympmarc commented 10 years ago

David:

I have to admit that I’m too old school to have figured out Github yet. Thanks, though for the fix. I’ve added it into the Issue Tracker on Codeplex here.

M.

sympmarc commented 9 years ago

David:

Thanks again for this fix. It should be all set in the current master;

M.