Closed drsbaitso closed 9 years ago
Ok, appears to be intermittent. But it only seems to happen on subfolders and sub files... never on the root directory. That always works.
Are you running the latest version? And can you let me know what browser you are using?
Latest version, yes. Says 0.0.9 in my version file but it's from the 0.0.9-2 release.
FF 35.0.1
confirm this issue too
Can one of you try changing js/scripts.js line 6 from:
setTimeout(addShareListener, 1000);
to:
setTimeout(addShareListener, 3000);
Then on load and wait a few seconds before moving to a sub-directory, then wait a few seconds to click share? I can't reproduce this and I'm trying to figure out if it's related to the load-time hack I had to create.
I've did the following:
Fixed in this commit: https://github.com/Fmstrat/shorten/commit/7f0b169b1fb735fcc66fff700728765e7b26b783
Will be in the next version on apps.owncloud.org today.
If I'm in the root directory, the links get created fine. As soon as I go into any sub directory, it just gives me the normal share link.