Open JSoko opened 9 years ago
What worked for me is that I added this code this.model.on('change:allowPublicUploadStatus', function() { replaceUrl2($('#linkText-' + view.cid)); });
in the function replaceShare() in js/script.js
I'm with oc 8.2.2 Hope it helps
Hello, in oc 8.2.0 with shorten 0.0.14
if I create a new shortcode it works as it should.
But if I allow upload for unregistret Users bei clicking on "Bearbeiten" the unshortened link is shown and the long link will be sent by mail.
Workarround:
Ciao, Joachim