From bc922165293490819f26d5fdfa90906480a0c39e Mon Sep 17 00:00:00 2001 From: mmayankk <31548906+mmayankk@users.noreply.github.com> Date: Sat, 6 Oct 2018 15:30:04 +0530 Subject: [PATCH 1/4] Updated the text. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5a5e1..05ad2b9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Tasks -- Browse all the pages in `Links.md`. Atleast get an idea what it is +- Browse all the pages in `Links.md`. Atleast get an idea what it is all about. - Generate a social page plugin for each page from [here](https://developers.facebook.com/docs/plugins/page-plugin/) - Tabs : timeline - Height : 300 From 07c6740ac395e10c7ca0819ec7cb4781f71e4bf0 Mon Sep 17 00:00:00 2001 From: mmayankk <31548906+mmayankk@users.noreply.github.com> Date: Sat, 6 Oct 2018 15:37:27 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ad2b9..16f4b81 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [X] Adapt to plugin container width. **DO NOT** enter anything in width box. - [X] Hide Cover Photo. - [X] Twitter plugin - - Uncheck rest all options. + - Uncheck all the rest options. - Click on *Get Code* button and switch to Iframe tab. Put that page's plugin (IFrame) code in `index.html` along with some title and appropriate styling. ## Contributers: From 5b806839d32932f960c2c8caac1c05967159ae99 Mon Sep 17 00:00:00 2001 From: mmayankk <31548906+mmayankk@users.noreply.github.com> Date: Sat, 6 Oct 2018 15:45:10 +0530 Subject: [PATCH 3/4] Update README.md Added a semicolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f4b81..6f2a994 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) -## Tasks +## Tasks: - Browse all the pages in `Links.md`. Atleast get an idea what it is all about. - Generate a social page plugin for each page from [here](https://developers.facebook.com/docs/plugins/page-plugin/) From 0f815e3708030567ee979a5b85ecf6435d0e672c Mon Sep 17 00:00:00 2001 From: mmayankk <31548906+mmayankk@users.noreply.github.com> Date: Wed, 6 Mar 2019 18:11:06 +0530 Subject: [PATCH 4/4] Update bootstrap.js --- js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap.js b/js/bootstrap.js index cf66de7..503e321 100644 --- a/js/bootstrap.js +++ b/js/bootstrap.js @@ -78,7 +78,7 @@ var Util = function ($$$1) { /** * ------------------------------------------------------------------------ - * Private TransitionEnd Helpers + * Private Transition End Helpers * ------------------------------------------------------------------------ */ var TRANSITION_END = 'transitionend';