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
+1 -1
View File
@@ -172,7 +172,7 @@ define(['jquery', 'underscore', 'backbone',
$('input[type=radio].star').rating({
callback: function (value, link) {
var tip = $('#hover-test');
if (value == undefined)
if (value === undefined)
{
$('#hover-test').html("Nessuna" || 'value: ');
}