comparison OrthancStone/Samples/RtViewerPlugin/OrthancExplorer.js @ 1537:de8cf5859e84

removing useless docker-build.sh from the two plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 12:47:59 +0200
parents 4c4b267e4004
children
comparison
equal deleted inserted replaced
1536:7b326e5ee97b 1537:de8cf5859e84
2 var b = $('<a>') 2 var b = $('<a>')
3 .attr('data-role', 'button') 3 .attr('data-role', 'button')
4 .attr('href', '#') 4 .attr('href', '#')
5 .attr('data-icon', 'search') 5 .attr('data-icon', 'search')
6 .attr('data-theme', 'e') 6 .attr('data-theme', 'e')
7 .text('Stone MPR RT Viewer');`` 7 .text('Stone MPR RT Sample Viewer');``
8 8
9 b.insertBefore($('#series-delete').parent().parent()); 9 b.insertBefore($('#series-delete').parent().parent());
10 b.click(function() { 10 b.click(function() {
11 if ($.mobile.pageData) { 11 if ($.mobile.pageData) {
12 $.ajax({ 12 $.ajax({