JS error in Customize Gallery page
jfriend
Registered Users Posts: 8,097 Major grins
Since the latest release, whenever you go to customize gallery, there's a javascript error about an unterminated literal on this line of JS:
var postData = 'tool=checkIfNiceNameExists'+validate+'&Title='+YD.get('NiceName').value+'&CategoryID='+YD.get('CategoryID').options[YD.get('CategoryID').selectedIndex].value+'&SubCategoryID='+YD.get('SubCategoryID').options[YD.get('SubCategoryID').selectedIndex].value+'&AlbumID=8442378;
Missing a quote mark at the end. I presume this means that some part of this page also doesn't work. Reproducible in both IE7 and Firefox 3.5.
var postData = 'tool=checkIfNiceNameExists'+validate+'&Title='+YD.get('NiceName').value+'&CategoryID='+YD.get('CategoryID').options[YD.get('CategoryID').selectedIndex].value+'&SubCategoryID='+YD.get('SubCategoryID').options[YD.get('SubCategoryID').selectedIndex].value+'&AlbumID=8442378;
Missing a quote mark at the end. I presume this means that some part of this page also doesn't work. Reproducible in both IE7 and Firefox 3.5.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
John,
This should be fixed now. Let us know if you still see a problem.
Smug since 2006
SmugMug Help
PhotoscapeDesign
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Great, thank you John!
Smug since 2006
SmugMug Help
PhotoscapeDesign