mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
@@ -2,6 +2,8 @@
|
||||
* UM Select2.js
|
||||
*/
|
||||
|
||||
|
||||
|
||||
body.um-admin .select2-container .select2-selection {
|
||||
display: block !important;
|
||||
height: 28px;
|
||||
|
||||
@@ -63,13 +63,6 @@ gulp.task('scripts', function() {
|
||||
.pipe(concat("um.min.js"))
|
||||
.pipe(gulp.dest('assets/js'));
|
||||
|
||||
// Select2 not minified
|
||||
gulp.src([
|
||||
'./assets/vendor/select2/dist/js/select2.full.js',
|
||||
])
|
||||
.pipe(concat("um-select.js"))
|
||||
.pipe(gulp.dest('assets/js'));
|
||||
|
||||
gulp.src([
|
||||
'./assets/vendor/select2/dist/css/select2.css',
|
||||
'./assets/css/um-misc.css',
|
||||
|
||||
Reference in New Issue
Block a user