From 06e9b5867f92d1dbc10252f74fe26ba6adc8564a Mon Sep 17 00:00:00 2001 From: hexstudy Date: Tue, 19 Jan 2016 21:47:05 +0000 Subject: [PATCH] git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@56 0f545695-f87b-41b6-9a03-7f16563b5454 --- js/manifest.js | 2 +- js/modules/category/categoryItemTemplate.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/manifest.js b/js/manifest.js index 6942277..94aa205 100644 --- a/js/manifest.js +++ b/js/manifest.js @@ -1,7 +1,7 @@ var myManifest = { Debug: (window.location.port !== ""), Name: "Il Lievitario", - Version: "2.9.4.0", + Version: "2.9.4.1", Author: "Denis Ironi", Settings: { DefaultURL: (window.location.port === "" ? "http://" + window.location.host + "/Service": "http://" + window.location.hostname + ":" + window.location.port + "/Service_Manut"), diff --git a/js/modules/category/categoryItemTemplate.html b/js/modules/category/categoryItemTemplate.html index c75078a..7dd3fdd 100644 --- a/js/modules/category/categoryItemTemplate.html +++ b/js/modules/category/categoryItemTemplate.html @@ -3,11 +3,11 @@ <%} else { for (var i = 0; i < data.length; i++) { %> <% var item = data[i]; %>
  • - + <%}%>
    <%= unescape(item.titolo) %>
    <%= unescape(item.autore) %>

    Diff.: