[Plugin: Front-end Editor] Problem with autogrow
-
When trying to edit a page, the text area for editing was only displaying partially. I checked out the error I was receiving in firefox and it pointed to autogrow.js file. After checking it out, I saw that the code `// IE is different, as per usual
if ($.browser.msie)`
was throwing an error. Upon further checking I noticed that this file was version 1.2.2 and the newest version is 1.2.3.
I then changed line (approximately) 103 to
if (jQuery.browser.msie)
And all is working perfectly now.
Just a heads up you might say.
Thanks for the plugin!!https://www.ads-software.com/extend/plugins/front-end-editor/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Front-end Editor] Problem with autogrow’ is closed to new replies.