You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor find, but I think these two if checks are going to be always true, but it seems the intent is for them to be false if no file download permissions functions are added.
Perhaps it should be if(this._fileDownloadPermissionFunctions.length)?
Minor find, but I think these two if checks are going to be always true, but it seems the intent is for them to be false if no file download permissions functions are added.
Perhaps it should be
if(this._fileDownloadPermissionFunctions.length)
?haplo-standard-plugins-dev/std_web_publisher/js/std_web_publisher.js
Lines 502 to 509 in 49ac233
Publication constructors execute
this._setupForFileDownloads();
haplo-standard-plugins-dev/std_web_publisher/js/std_web_publisher.js
Lines 151 to 162 in 49ac233
Which sets
this._fileDownloadPermissionFunctions = [];
haplo-standard-plugins-dev/std_web_publisher/js/std_web_publisher_files.js
Lines 136 to 139 in 49ac233
The text was updated successfully, but these errors were encountered: