changeset 15:51b727a268f4

do not remove the preview button
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Apr 2015 15:07:42 +0200
parents 4055926187d3
children f926f0525b08
files Resources/OrthancExplorer.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/OrthancExplorer.js	Wed Apr 01 13:53:49 2015 +0200
+++ b/Resources/OrthancExplorer.js	Tue Apr 07 15:07:42 2015 +0200
@@ -1,5 +1,5 @@
 $('#series').live('pagebeforecreate', function() {
-  $('#series-preview').parent().remove();
+  //$('#series-preview').parent().remove();
 
   var b = $('<a>')
     .attr('data-role', 'button')