From 370577e7639dae7f0d003c37abe00865e9037e18 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 18 Nov 2014 22:42:48 +0000 Subject: [PATCH] Make sure color doesn't get paths confused, be more specific about it --- etemplate/js/et2_widget_color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_widget_color.js b/etemplate/js/et2_widget_color.js index 06030e1262..d4b8853a76 100644 --- a/etemplate/js/et2_widget_color.js +++ b/etemplate/js/et2_widget_color.js @@ -43,7 +43,7 @@ var et2_color = et2_inputWidget.extend( position: { "x": "screenCenter", "y": "screenCenter"} }, "images": { - clientPath: "phpgwapi/js/jquery/jpicker/images/" + clientPath: egw_webserverUrl + "/phpgwapi/js/jquery/jpicker/images/" }, "color": { "active": new jQuery.jPicker.Color()