Commit r2378: https://sourceforge.net/p/mrbs/code/2378/
------------------------------------------------------------------------
r2378 | cimorrison | 2012-08-13 21:56:47 +0100 (Mon, 13 Aug 2012) | 1 line
Changed paths:
M /mrbs/trunk/web/js/edit_entry.js.php
Fixed some minor JavaScript errors
------------------------------------------------------------------------
Index: mrbs/trunk/web/js/edit_entry.js.php
===================================================================
--- mrbs/trunk/web/js/edit_entry.js.php (revision 2377)
+++ mrbs/trunk/web/js/edit_entry.js.php (revision 2378)
@@ -105,7 +105,7 @@
var fieldName = $(this).attr('name');
if (params[fieldName] === undefined)
{
- params[fieldName] = getFormValue(relevantFields.filter('[name=' +
fieldName.replace('[', '\\[').replace(']', '\\]') + ']'))
+ params[fieldName] = getFormValue(relevantFields.filter('[name=' +
fieldName.replace('[', '\\[').replace(']', '\\]') + ']'));
}
});
@@ -130,7 +130,7 @@
var titleText, detailsHTML;
if (result.conflicts.length == 0)
{
- conflictDiv.text(checkMark).attr('class', 'good').attr;
+ conflictDiv.text(checkMark).attr('class', 'good');
titleText = '<?php echo
escape_js(mrbs_entity_decode(get_vocab("no_conflicts"))) ?>';
detailsHTML = titleText;
}
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits