From 38b48dd77b57b116f633b1cf5d68cc70a44b1ea8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Mar 2018 22:28:26 +0200 Subject: Throw TG18-stuff over the wall --- web/js/nms-template.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/js/nms-template.js') diff --git a/web/js/nms-template.js b/web/js/nms-template.js index 6159f5b..0f25367 100644 --- a/web/js/nms-template.js +++ b/web/js/nms-template.js @@ -46,12 +46,10 @@ nmsTemplate.getTemplates = function() { async: false, dataType: "json", success: function (indata, textStatus, jqXHR) { - console.log(indata['templates']); $.each( indata['templates'], function( value ) { $('#nmsTemplate-select').append($("").attr("value",indata['templates'][value]['file']).text(indata['templates'][value]['file'])); }); } }); } - -nmsTemplate.getTemplates(); +//nmsTemplate.getTemplates(); -- cgit v1.2.3