git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@82 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -141,6 +141,11 @@ define(['jquery', 'underscore', 'backbone',
|
||||
//categoryView.bind('renderCompleted:Category',this.changePage,this);
|
||||
},
|
||||
showItem: function (itemId) {
|
||||
// Ricodifica dei link vecchi
|
||||
if(window.location.href.indexOf("r" + itemId) == -1)
|
||||
{
|
||||
window.location.href = "r" + itemId + "/#ricetta/" + itemId;
|
||||
}
|
||||
$.mobile.loading('show', {
|
||||
text: 'Caricamento ricetta...',
|
||||
textVisible: true,
|
||||
|
||||
Reference in New Issue
Block a user