Commit e3786887 authored by Sven Franck's avatar Sven Franck

ext/JQM: removed half console

parent 47bf7227
......@@ -7107,8 +7107,7 @@ $.mobile.behaviors.addFirstLastClasses = {
},
_addFirstLastClasses: function( $els, $visibles, create ) {
console.log("CALLED FIRST/LAST")
console.log($els)
console.log("CALLED FIRST/LAST");
$els.removeClass( "ui-first-child ui-last-child" );
$visibles.eq( 0 ).addClass( "ui-first-child" ).end().last().addClass( "ui-last-child" );
if ( !create ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment