1ee60b0f512688d475db239e379fb10c86ce1528
chmalee
  Wed Apr 9 12:13:51 2025 -0700
remove some copy from the hubspace UI as requested by QA. fix dates when set by the js to use the same format as returned by the server, fix a bug when deleting files that preventing the selected file information from going away, refs #31058

diff --git src/hg/htdocs/inc/hgMyData.html src/hg/htdocs/inc/hgMyData.html
index d2dda2b0175..5602ba069bf 100755
--- src/hg/htdocs/inc/hgMyData.html
+++ src/hg/htdocs/inc/hgMyData.html
@@ -1,24 +1,19 @@
 <div id='hubUpload'>
-
-    <div id='titleDiv' class='gbTrackTitleBanner'>
-        Manage my data
-    </div>
-
     <div id='fileTableInfoDiv' class='tabSection'>
         <p>
-        Upload track hub files directly to UCSC from this page. You can then immediately view your BigWigs and BAM without relying on third party hosting providers like DropBox or Google Drive or AWS. Users are limited to 10GB of total storage. Please keep a backup of your data. While we strive to maintain this service without interruption, we are unable to promise storage of your data indefinitely.
+        Upload track hub files directly to UCSC from this page. You can then immediately view your bigBeds, bigWigs, BAMs (etc) without relying on third party hosting providers like DropBox or Google Drive or AWS. Users are limited to 10GB of total storage. Please keep a backup of your data. While we strive to maintain this service without interruption, we are unable to promise storage of your data indefinitely.
         </p>
     </div>
 
     <div id='selectedFileInfo' class="tabSection">
         <div id='placeHolderInfo'>Selected file information</div>
         <div style="display: none">
             <span id='numberSelectedFiles'></span> selected. <button id='viewSelectedFiles'></button><button id='deleteSelectedFiles'></button>
         </div>
     </div>
 
     <div id='filesDiv' class='tabSection'>
         <table id="filesTable" class="sessionTable stripe hover row-border compact" borderwidth=0>
         </table>
     </div>