cockpit/js/ui.js in cpee-2.0.11 vs cockpit/js/ui.js in cpee-2.0.13

- old
+ new

@@ -51,10 +51,10 @@ if (res['save-url']) { $("body").attr('current-save',res['save-url']); } else { $("body").attr('current-save',res_def['save-url']); } - if (res['testsets-url']) { + if (res['templates-url']) { $("body").attr('current-templates',res['templates-url']); } else { $("body").attr('current-templates',res_def['templates-url']); } $("input[name=res-url]").val($("body").attr('current-resources'));