Commit bf7b7538eba09566bea2b5a60428ccc4cb933b86
- Diff rendering mode:
- inline
- side by side
swtr/static/js/img_swtr.js
(1 / 1)
  | |||
4 | 4 | var ImgAnnoSwt = Backbone.Model.extend({ | |
5 | 5 | defaults: { | |
6 | 6 | 'who': '', | |
7 | 'what': 'img-anno', | ||
7 | 'what': 'ocd-img-anno', | ||
8 | 8 | 'where': '', | |
9 | 9 | 'how': {} | |
10 | 10 | }, |
swtr/static/js/main.js
(1 / 1)
  | |||
679 | 679 | var self = this; | |
680 | 680 | swtr.LDs = new LDSwts(); | |
681 | 681 | swtr.LDs.getAll({ | |
682 | what: 'img-anno', | ||
682 | what: 'ocd-img-anno', | ||
683 | 683 | success: function(data) { | |
684 | 684 | swtr.LDs.add(data); | |
685 | 685 | if(!swtr.tagCloudView) { |