Merge branch 'Gentelella-BS4' into update-15-redo

This commit is contained in:
razvanaldea89 2019-02-27 18:41:52 +02:00 committed by GitHub
commit abaa9da548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -35,6 +35,13 @@ bower install gentelella --save
```
npm install gentelella --save
```
**yarn**
```
yarn add gentelella --save
```
## Get paid to contribute :heavy_dollar_sign: :heavy_dollar_sign:
This project has been growing and reaching people in so many forms that we can't simply believe it. We set out to build, maintain & improve (what we believe to be) one of the greatest HTML Admin dashboard templates and we've been fortunate enough to see it grow beyond our wildest dreams. As such, Colorlib (known previously as puikinsih), is opening up the 'get paid to contribute' project.
@ -43,6 +50,7 @@ Anyone interested in getting paid to contribute to this project, should contact
We're looking for people that love this project as much as we do, to help us reach our mission - build the greatest Admin HTML template the Internet has seen.
## How to contribute
To contribute, please ensure that you have stable [Node.js](https://nodejs.org/) and [npm](https://npmjs.com) installed.
@ -72,6 +80,7 @@ If `gulp` is installed, follow the steps below.
* [Gentelella on Beego] (https://github.com/jun283/beegoAdmin) Gentelella for Beego Framework
* [Gentelella on CakePHP 3](https://github.com/backstageel/cakephp-gentelella-theme) Gentelella modified to work on CakePHP
* [Gentelella right to left](https://github.com/mortezakarimi/gentelella-rtl) Gentelella modified to work with right to left languages like Persian
* [Gentelella-rtl on Yii framework 2](https://github.com/mortezakarimi/yii2-gentelella-rtl) with an asset bundle, a layout template and some widgets. inspired from [Gentelella on Yii framework 2](https://github.com/yiister/yii2-gentelella)
Let us know if you have done integration for this admin template on other platforms and frameworks and we'll be happy to share your work.

View file

@ -194,6 +194,7 @@ $(document).ready(function () {
if (!$li.parent().is('.child_menu')) {
$SIDEBAR_MENU.find('li').removeClass('active active-sm');
$SIDEBAR_MENU.find('li ul').slideUp();
} else {
if ($BODY.is(".nav-sm")) {
if (!$li.parent().is('.child_menu')) {
@ -202,6 +203,7 @@ $(document).ready(function () {
}
}
}
$li.addClass('active');
child_menu.slideDown(function () {