git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@67 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-02-15 21:44:07 +00:00
parent 133cc438a8
commit 342b485088
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
var myManifest = {
Debug: (window.location.port !== ""),
Name: "Il Lievitario",
Version: "3.0.1.7",
Version: "3.0.2.0",
Author: "Denis Ironi",
Settings: {
DefaultURL: (window.location.port === "" ? "http://" + window.location.host + "/Service": "http://" + window.location.hostname + ":" + window.location.port + "/Service_Manut"),
+4 -1
View File
@@ -90,8 +90,11 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate.
var countImgLoaded = 0;
Profile.existRicettaBloccoNote(ric.ricetta_id,
function (exist) {
var ric = self.collRicetta.toJSON()[0];
self.$el.append(self.template({
ricetta: self.collRicetta.toJSON()[0],
ricetta: ric,
ingredienti: self.collIngredienti.toJSON(),
profile: Profile,
images: Images,