Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Mar 27, 2016
1 parent bc9fb89 commit 9700723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/phpList3ToBootstrap.js
Expand Up @@ -94,7 +94,6 @@ $(window).load(function() {
$('a.opendialog span.view').prepend('<span aria-hidden="true" class="glyphicon glyphicon-eye-open"/>');

/* modals */
// var tmphref = $('.templates a.opendialog').attr('href');
$('.templates a.opendialog').attr('href', $('.templates a.opendialog').attr('href') + '&embed=yes&omitall=yes' );
$('a.opendialog').attr({ 'data-target':'#mymodal', 'data-toggle':'modal' });

Expand Down

0 comments on commit 9700723

Please sign in to comment.