- Timestamp:
- 05/04/16 16:38:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts/Hubs/ProgressHubber.js
r13827 r13834 22 22 } 23 23 }; 24 hubber.client.dataNotSupported = function (name) { 25 window.alert("Parameter " + name + " could not be changed for it is a fixed parameter. All changes done in this view are not saved to Hive."); 26 } 27 hubber.client.formatWrong = function (name, type) { 28 window.alert("Parameter " + name + " could not be changed, the format for "+type+ " was wrong. Make sure you follow the example exactly. No changes made on Hive"); 29 } 24 30 }); 25 31 //Adds the current loaded job to Hive.
Note: See TracChangeset
for help on using the changeset viewer.