summaryrefslogtreecommitdiff
path: root/firefoxos/sdremote/js/ui.js
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-30 18:54:36 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-30 18:54:36 -0600
commitbab7eebba127d603a9f8011fed290627e2a64423 (patch)
tree78559d307f528c9cde8f5fe6adaf5c3f3314b77d /firefoxos/sdremote/js/ui.js
parent3d869cda8db03820dea8c4ba463eb155d05e933b (diff)
moved impress remote clients to a separate repository
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267 see: git://gerrit.libreoffice.org/impress_remote
Diffstat (limited to 'firefoxos/sdremote/js/ui.js')
-rw-r--r--firefoxos/sdremote/js/ui.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/firefoxos/sdremote/js/ui.js b/firefoxos/sdremote/js/ui.js
deleted file mode 100644
index a8c7d6b746bd..000000000000
--- a/firefoxos/sdremote/js/ui.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function updatePreview( aSlideshow ) {
- var aOutputImage = document.getElementById('preview');
- var aPreview = aSlideshow.getPreview( aSlideshow.getCurrentSlide() );
-
- aOutputImage.src = "data:image/png;base64," + aPreview;
- console.log( "Set image : " + aPreview );
-
- document.getElementById('current_slide').innerHTML = aSlideshow.getCurrentSlide();
-} \ No newline at end of file