Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Removed unwanted scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsongirkar committed Dec 24, 2013
1 parent bbb0364 commit 9210cce
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions assets/rtwidgets-scripts.js
@@ -1,20 +1,9 @@
/**
* rtWidgets Script Library
*
* @since rtWidget 1.0
*/

jQuery(document).ready(function() {
jQuery( '#rtw-login-container' ).tabs();

// jQuery( '.tab_content_login' ).hide();
// jQuery( 'ul.tabs_login li:first' ).addClass( 'active' ).show();
// jQuery( '.tab_content_login:first' ).show();
// jQuery( 'ul.tabs_login li' ).click(function() {
// jQuery( 'ul.tabs_login li' ).removeClass( 'active' );
// jQuery(this).addClass( 'active' );
// jQuery( '.tab_content_login' ).hide();
// var activeTab = jQuery(this).find( 'a' ).attr( 'href' );
// if (jQuery.browser.msie) {
// jQuery(activeTab).show();
// }
// else {
// jQuery(activeTab).show();
// }
// return false;
// });
});

0 comments on commit 9210cce

Please sign in to comment.