Make node replacement more efficient (at least from looks)js
commit87cf9541ca0b6e073302897689c29e12ec872cf5
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 6 Mar 2010 03:11:05 +0000 (6 09:11 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 6 Mar 2010 03:42:08 +0000 (6 09:42 +0600)
tree97cf029a442995f1748672cae578e622c27bb2d7
parent521a99e9e47faa1807f26f81dacd73a143cc5af3
Make node replacement more efficient (at least from looks)

Instead of removing and then appending the nodes chose to replace the nodes
thus also reducing the work needing to be done.

Also reduced number of iteration by using previously introduced nbookmarked

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
feedprovider/src/main/webapp/js/utility.js