git-svn-id: https://msi/svn/firstRepo/WebClient/branches/Manut_2.2.3@24 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2015-01-20 12:30:56 +00:00
parent 160ed036a6
commit 1b92a374cc
28 changed files with 1003 additions and 910 deletions
-5
View File
@@ -11,11 +11,6 @@ define(['jquery', 'backbone'],
if (this.data.type == null)
this.loadProfile();
}
else
{
this.data.risRic = window.localStorage.getItem("risRic");
this.data.tema = window.localStorage.getItem("tema");
}
return this;
},