Whitespace
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
$( document ).ready( function() {
|
||||
var i18n = $.i18n( );
|
||||
// Use default locale "en"
|
||||
i18n.locale = "en";
|
||||
i18n.locale = 'en';
|
||||
i18n.load( '../i18n/en.json', 'en' );
|
||||
$( '.uls-trigger' ).uls( {
|
||||
onReady: function ( ) {
|
||||
@@ -52,7 +52,7 @@
|
||||
<span class="active uls-trigger">Select Language</span>
|
||||
<h1 data-i18n="uls-example-title">Universal Language Selector</h1>
|
||||
<p>
|
||||
Demonstration of jquery plugin
|
||||
Demonstration of jQuery plugin
|
||||
</p>
|
||||
</div>
|
||||
<div class="container"></div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<!-- <link rel="shortcut icon" href="/favicon.ico"/> -->
|
||||
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> -->
|
||||
<!-- <meta name="description" content=""/> -->
|
||||
<meta name="author" content="Santhosh Thottingal"/>
|
||||
<meta name="author" content="Santhosh Thottingal, Pau Giner"/>
|
||||
<link href="../css/jquery.uls.css" rel="stylesheet"/>
|
||||
<link href="../css/jquery.uls.grid.css" rel="stylesheet"/>
|
||||
<link href="../css/jquery.uls.lcd.css" rel="stylesheet"/>
|
||||
@@ -42,7 +42,7 @@
|
||||
//Hacks I need to make afterwards. ULS API should be probably modified to allow optional classes and not force position:
|
||||
$( '.uls-menu' ).removeClass( 'uls-wide' );
|
||||
$( '.uls-menu' ).addClass( 'uls-mobile' );
|
||||
$('.uls-menu').css('left',"2.5%")
|
||||
$( '.uls-menu' ).css( 'left', '2.5%' )
|
||||
});
|
||||
} );
|
||||
</script>
|
||||
@@ -53,7 +53,7 @@
|
||||
<span class="active uls-trigger">Select Language</span>
|
||||
<h1>Universal Language Selector</h1>
|
||||
<p>
|
||||
Demonstration of jquery plugin
|
||||
Demonstration of jQuery plugin
|
||||
</p>
|
||||
</div>
|
||||
<div class="container"></div>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<span class="active uls-trigger">Select Language</span>
|
||||
<h1>Universal Language Selector</h1>
|
||||
<p>
|
||||
Demonstration of jquery plugin
|
||||
Demonstration of jQuery plugin
|
||||
</p>
|
||||
</div>
|
||||
<div class="container"></div>
|
||||
|
||||
Reference in New Issue
Block a user