Skip to content
  • Rufflewind's avatar
    7656bf86
    Avoid JavaScript error during page load in non-frame mode · 7656bf86
    Rufflewind authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
    In non-frame mode, parent.window.synopsis refers to the synopsis div
    rather than the nonexistent frame.  Unfortunately, the script wrongly
    assumes that if it exists it must be a frame, leading to an error where
    it tries to access the nonexistent attribute 'replace' of an undefined
    value (synopsis.location).
    
    Closes #406
    7656bf86
    Avoid JavaScript error during page load in non-frame mode
    Rufflewind authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
    In non-frame mode, parent.window.synopsis refers to the synopsis div
    rather than the nonexistent frame.  Unfortunately, the script wrongly
    assumes that if it exists it must be a frame, leading to an error where
    it tries to access the nonexistent attribute 'replace' of an undefined
    value (synopsis.location).
    
    Closes #406
Loading