Skip to content

Commit 0599fbb

Browse files
committed
fixed some errors
remove file.html and it's links from left and top nav fixed user-media section remove elfinder library from src/lib and public/assets/lib folders
1 parent 5dbade3 commit 0599fbb

423 files changed

Lines changed: 39040 additions & 78686 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/app.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
* @license MIT
55
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
66
*/
7+
'use strict';
8+
9+
;(function ($, Metis) {
10+
var $button = $('.inner a.btn');
11+
Metis.metisButton = function () {
12+
$.each($button, function () {
13+
$(this).popover({
14+
placement: 'bottom',
15+
title: this.innerHTML,
16+
content: this.outerHTML,
17+
trigger: Metis.isTouchDevice ? 'touchstart' : 'hover'
18+
});
19+
});
20+
};
21+
return Metis;
22+
})(jQuery, Metis || {});
723
"use strict";
824

925
;(function ($, Metis) {
@@ -714,22 +730,6 @@
714730
})(jQuery);
715731
'use strict';
716732

717-
;(function ($, Metis) {
718-
var $button = $('.inner a.btn');
719-
Metis.metisButton = function () {
720-
$.each($button, function () {
721-
$(this).popover({
722-
placement: 'bottom',
723-
title: this.innerHTML,
724-
content: this.outerHTML,
725-
trigger: Metis.isTouchDevice ? 'touchstart' : 'hover'
726-
});
727-
});
728-
};
729-
return Metis;
730-
})(jQuery, Metis || {});
731-
'use strict';
732-
733733
;(function ($) {
734734
"use strict";
735735

dist/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ body {
266266
right: 0;
267267
}
268268
.user-media .media-body {
269-
display: block;
270-
float: left;
271269
margin-left: 12px;
272270
}
273271
.user-media .media-body h5.media-heading {

dist/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)