Custom System Messages
Back to this add-on's main page
View Other Add-ons From Brian Litzinger
AJAX Not Working With IE (Continued)
Support Request
|
EricL
|
| Posted: 06 February 2012 12:45 PM |
|
|
|
|
This site kept giving me an error saying my reply could be posted so here’s the reply to the last thread:
I’m using v2.2.2.
|
|
|
|
|
Brian Litzinger (BoldMinded)
|
| Posted: 07 February 2012 09:00 AM |
# 1
|
|
|
Developer
|
Eric, I’ll take a peak at this tonight. In the meantime have you tried adding Firebug Lite to the page?
It wont let me add the script tag, but go to the URL below and you can see the install options. Its very helpful for proper debugging in IE
You can also use the Bookmarklet on their site http://getfirebug.com/firebuglite#Install
|
|
|
|
|
EricL
|
| Posted: 09 February 2012 09:50 PM |
# 2
|
|
|
|
Found it…
I changed line 167 in pi.system_messages.php where it says
var EEAction = {
....
self = this;
to
var self = this;
|
|
|
|
|
Brian Litzinger (BoldMinded)
|
| Posted: 10 February 2012 05:29 PM |
# 3
|
|
|
Developer
|
Hrm, The version I have in my repo already had that. You sure you updated the pi file to the latest version? Either way, it’s working for you and what I have locally, so it’ll definitely be in the next release (it should already be, but I’ll check).
|
|
|
|
|
EricL
|
| Posted: 10 February 2012 05:43 PM |
# 4
|
|
|
|
Yeah, I’m pretty sure I got the most recent one (2.2.2). I re-downloaded it from the Licenses/Downloads tab on my profile page just to make sure and that line’s still missing “var “. But it’s been working fine since I changed it.
|
|
|
|