From 313e1716391697822e1799ee862221aac967e17d Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Tue, 2 Sep 2014 17:32:37 +0200 Subject: [PATCH] Remove deprecated function --- src/sunstone/public/js/plugins/templates-tab.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index be6d6ab94b..bc0d35c0fe 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -3920,23 +3920,6 @@ function setup_other_tab_content(other_tab){ }); } - - -// Prepare the template creation dialog -function setupCreateTemplateDialog(){ - - //***CREATE VM DIALOG MAIN BODY*** - - dialogs_context.append('
'); - $create_template_dialog = $('#create_template_dialog',dialogs_context); - var dialog = $create_template_dialog; - - //Insert HTML in place - dialog.html(create_template_tmpl); - //$(document).foundation(); - initialize_create_template_dialog(dialog); -} - function initialize_create_template_dialog(dialog) { var tabs = $( "#template_create_tabs", dialog)//.tabs().addClass("ui-tabs-");