Changeset 2066
- Timestamp:
- Oct 17, 2011, 5:16:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/visualization.js
r2065 r2066 542 542 showError( ["An error occurred while retrieving variables from the server. Please try again or contact a system administrator.<br />"+textStatus], "message_error" ); 543 543 $( "#"+divid ).removeClass().addClass('menu_item_error'); 544 if(divid!="menu_study") { 545 $( "#"+divid ).addClass('menu_item'); 546 } 544 547 $( "#"+divid ).find(".spinner").hide(); 545 548 } … … 553 556 $.ajax($.extend({ 554 557 url: visualizationUrls[ action ], 558 type: 'POST', 555 559 data: data, 556 560 dataType: "json"
Note: See TracChangeset
for help on using the changeset viewer.