removed old commented out code
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jul 2006 14:47:36 +0000 (14:47 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jul 2006 14:47:36 +0000 (14:47 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5081 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/myopac.js

index 78c2f69..59e94e3 100644 (file)
@@ -791,9 +791,6 @@ function myOPACShowBookbags(force) {
                if( isTrue(cont.pub()) ) {
                        unHideMe($n(row, 'myopac_bb_published_yes'));
                        var link = $n(row, 'myopac_bb_published_view');
-                       /*
-                       link.setAttribute('href', buildExtrasLink( 'bbags.xml?bb='+cont.id(), false));  
-                       */
                        link.setAttribute('href', buildExtrasLink( 'feed/bookbag/html/'+cont.id(), false));  
                        link.setAttribute('target', '_blank' );
                        unHideMe(link);