From 17f434b38eec0d85803f64b5ee67e1cc25e7c4c0 Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Wed, 8 Oct 2014 13:11:49 +0300 Subject: [PATCH] add Tooltip with pod name --- client/PodDisplayManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/PodDisplayManager.js b/client/PodDisplayManager.js index bd5a9a2..8691505 100644 --- a/client/PodDisplayManager.js +++ b/client/PodDisplayManager.js @@ -88,7 +88,7 @@ function PodDisplayManager($container){ } } - $host.append('
' + innerhtml + '
'); + $host.append('
' + innerhtml + '
'); j++; } @@ -160,4 +160,4 @@ function PodDisplayManager($container){ })(); return obj; -}; \ No newline at end of file +};