Fix broken commentary fetch in "Add commentary" dialog (#3791).
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import Utility from "./utility";
|
||||
|
||||
let ArtistCommentary = {};
|
||||
|
||||
ArtistCommentary.initialize_all = function() {
|
||||
@@ -148,4 +150,4 @@ $(function() {
|
||||
ArtistCommentary.initialize_all();
|
||||
});
|
||||
|
||||
export default ArtistCommentary
|
||||
export default ArtistCommentary
|
||||
|
||||
Reference in New Issue
Block a user