From f8e3ccc20ea1d03fa0e71be98849e962f1be4115 Mon Sep 17 00:00:00 2001 From: me Date: Mon, 16 Feb 2015 09:15:53 +0400 Subject: [PATCH] wsp-10316 fix js --- .../WebsitePanel/UserControls/DomainActions.ascx | 3 +++ .../UserControls/DomainActions.ascx.designer.cs | 9 +++++++++ .../WebsitePanel/UserControls/UserActions.ascx | 2 ++ .../WebsitePanel/UserControls/WebsiteActions.ascx | 3 +++ .../UserControls/WebsiteActions.ascx.designer.cs | 9 +++++++++ 5 files changed, 26 insertions(+) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/DomainActions.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/DomainActions.ascx index 8e4d30a6..dcaf8417 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/DomainActions.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/DomainActions.ascx @@ -1,4 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DomainActions.ascx.cs" Inherits="WebsitePanel.Portal.DomainActions" %> +<%@ Register Src="../UserControls/EnableAsyncTasksSupport.ascx" TagName="EnableAsyncTasksSupport" TagPrefix="wsp" %> + +