diff --git a/assets/js/script.js b/assets/js/script.js index fc00ee73..bee34291 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -1,20 +1,18 @@ $(function () { - prettyPrint() + prettyPrint(); - // why so sad :) $('body').append( 'Fork me on GitHubFork me on GitHub' ) - // am lazy p $('#content img').each(function() { $(this).wrap("") }) - // $('#content').prepend( '

Information:

This documentation has been updated to reflect the latest changes on the coming release 2.2.3 and things are siltly different from the current version 2.2.2.
For more information, refer to
https://github.com/miled/wordpress-social-login#whats-new-on-wsl-223.

' ) + $('#content').prepend( '

Announcing an upcoming major release:
A beta update of WordPress Social Login 3.0.3 is currently available for Download.
Feedback and bug fixes are welcome either on Github or in the discussion thread at Wordpress.org.

' ) - return + //- window.addEventListener("scroll", function() { - if ( window.scrollY > 500 ) { + if ( window.scrollY > 50 ) { $('.navbar').css( 'opacity', 0.8 ) } else { diff --git a/documentation.html b/documentation.html index f9dca3db..30d69084 100644 --- a/documentation.html +++ b/documentation.html @@ -19,6 +19,7 @@ +
diff --git a/index.html b/index.html index 64cb8f10..97436ab6 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ +
diff --git a/overview.html b/overview.html index 24fa07c4..9d52c0e6 100644 --- a/overview.html +++ b/overview.html @@ -19,6 +19,7 @@ +