# HG changeset patch # User Sebastien Jodogne # Date 1428412062 -7200 # Node ID 51b727a268f412098a7770d23e6396459f15a86f # Parent 4055926187d3e2e79a9009606701fcac65899e0c do not remove the preview button diff -r 4055926187d3 -r 51b727a268f4 Resources/OrthancExplorer.js --- 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 = $('') .attr('data-role', 'button')