post #9000000 GET!
Donmai

Basic script breaking Ugoiras?

Posted under Bugs & Features

I use this script to quickly view an image and still be able to click back:

if (history.length === 1) {
    location.assign($("#image").eq(0).attr("src"));
}

Ugoiras display an error which I just click back to view, but the post page doesn't load because of this script, even though it's not doing anything.

1