We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm having problems with the library.
On https://www.sitejabber.com/reviews/www.sitejabber.com we have:
<script type="text/javascript"> $script.ready('jquery', function() { $script('https://static3.sitejabber.com/js/fileuploader.min.1476819401.js', 'fileUploader'); }); $script.ready('fileUploader', function() { $script('https://static3.sitejabber.com/js/upload.min.1476819401.js', 'uploadHelper'); }); </script>
But this error shows up: ReferenceError: qq is not defined qq is defined in fileuploader.js and use by upload.js
ReferenceError: qq is not defined
Shouldn't the library avoid this issues ?
EDIT: Tried with with $script.order but the problem persist!
$script.order
$script.ready('jquery', function() { $script.order(['https://static3.sitejabber.com/js/fileuploader.min.1476819401.js', 'https://static3.sitejabber.com/js/upload.min.1476819401.js'], 'uploadHelper'); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm having problems with the library.
On https://www.sitejabber.com/reviews/www.sitejabber.com we have:
But this error shows up:
ReferenceError: qq is not defined
qq is defined in fileuploader.js and use by upload.js
Shouldn't the library avoid this issues ?
EDIT:
Tried with with
$script.order
but the problem persist!The text was updated successfully, but these errors were encountered: