Skip to content
Permalink
Browse files

quick imagereel fix

  • Loading branch information...
shawnmjones committed Jun 13, 2019
1 parent 6d5823b commit 6e12ce6345af921f5991293d78865ce4ac7dbf27
Showing with 3 additions and 3 deletions.
  1. +1 −1 docs/source/conf.py
  2. +1 −1 mementoembed/templates/generate_imagereel.html
  3. +1 −1 mementoembed/version.py
@@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2019.06.13.180751'
release = '0.2019.06.13.193454'


# -- General configuration ---------------------------------------------------
@@ -139,7 +139,7 @@ <h1 class="mt-5" id="workstatus">Create a {{ surrogate_type }}</h1>
console.log("we got a 200 back!");
progress.innerHTML = "Imagereel Generation Complete";
// workarea.innerHTML = "GOOD!!!";
imagehtml = '<img src="data:image/png;base64,' +
imagehtml = '<img src="data:image/gif;base64,' +
_arrayBufferToBase64(this.response) + '">'
workstatus.innerHTML = "";
@@ -1,3 +1,3 @@
__appname__ = "MementoEmbed"
__appversion__ = '0.2019.06.13.180751'
__appversion__ = '0.2019.06.13.193454'
__useragent__ = "{}/{}".format(__appname__, __appversion__)

0 comments on commit 6e12ce6

Please sign in to comment.
You can’t perform that action at this time.