[richfaces-svn-commits] JBoss Rich Faces SVN: r11840 - trunk/samples/richfaces-demo/src/main/webapp/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Dec 17 05:18:06 EST 2008
Author: ilya_shaikovsky
Date: 2008-12-17 05:18:06 -0500 (Wed, 17 Dec 2008)
New Revision: 11840
Modified:
trunk/samples/richfaces-demo/src/main/webapp/scripts/queueUi.js
Log:
Modified: trunk/samples/richfaces-demo/src/main/webapp/scripts/queueUi.js
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/scripts/queueUi.js 2008-12-17 09:02:27 UTC (rev 11839)
+++ trunk/samples/richfaces-demo/src/main/webapp/scripts/queueUi.js 2008-12-17 10:18:06 UTC (rev 11840)
@@ -48,7 +48,7 @@
}
if (typeof cells != 'undefined' || cells != null) {
for (var i=cells.length-1; i>=0; i--) {
- if (cells[i].firstChild.nodeValue.indexOf(cellData.nodeValue)==0) {
+ if (cells[i].firstChild.nodeValue.indexOf(cellData.nodeValue.concat('('))==0){
if (deletedCellIndex==-1){
deletedCellIndex=i;
row.deleteCell(i);
More information about the richfaces-svn-commits
mailing list