diff --git a/source/Ox.UI/js/Video/Ox.FilesView.js b/source/Ox.UI/js/Video/Ox.FilesView.js index 4128ff6f..04100374 100644 --- a/source/Ox.UI/js/Video/Ox.FilesView.js +++ b/source/Ox.UI/js/Video/Ox.FilesView.js @@ -7,6 +7,8 @@ Pan.do/ra ============================================================================ */ +// fixme: this doesn't belong here + Ox.FilesView = function(options, self) { var self = self || {}, @@ -171,11 +173,11 @@ Ox.FilesView = function(options, self) { }); function openFiles(event, data) { - //alert(JSON.stringify(self.$filesList.value(data.ids[0], 'instances'))) + Ox.print('........', JSON.stringify(self.$filesList.value(data.ids[0], 'instances')) } function selectFiles(event, data) { - //alert(JSON.stringify(self.$filesList.value(data.ids[0], 'instances'))) + Ox.print('........', JSON.stringify(self.$filesList.value(data.ids[0], 'instances')) } return that;