Options

JS error in Customize Gallery page

jfriendjfriend Registered Users Posts: 8,097 Major grins
edited August 22, 2009 in Bug Reporting
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.
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question

Comments

  • Options
    BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited August 22, 2009
    jfriend wrote:
    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.

    John,

    This should be fixed now. Let us know if you still see a problem.
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited August 22, 2009
    Barb wrote:
    John,

    This should be fixed now. Let us know if you still see a problem.
    Yes, fixed now.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited August 22, 2009
    jfriend wrote:
    Yes, fixed now.

    Great, thank you John!
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
Sign In or Register to comment.