Skip to content

Commit ecfb1ee

Browse files
committed
fixed windows command prompt errors
1 parent 129a400 commit ecfb1ee

407 files changed

Lines changed: 5149 additions & 14830 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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"plupload": "~2.1.2",
4242
"bootstrap-switch": "~3.3.2",
4343
"kbwood_countdown": "git://github.com/kbwood/countdown.git#2.0.1",
44-
"jquery-inputlimiter": "https://jquery-inputlimiter.googlecode.com/files/jquery-inputlimiter.1.3.1.zip",
44+
"jquery-inputlimiter": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jquery-inputlimiter/jquery-inputlimiter.1.3.1.zip",
4545
"bootstrap3-wysihtml5-bower": "~0.3.3"
4646
},
4747
"dependencies": {

dist/app.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
11
/**
22
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
3-
* @version 2.3.2
3+
* @version 2.4.1
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 || {});
237
"use strict";
248

259
;(function ($, Metis) {
@@ -730,6 +714,22 @@
730714
})(jQuery);
731715
'use strict';
732716

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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
3-
* @version 2.3.2
3+
* @version 2.4.1
44
* @license MIT
55
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
66
*/

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
3-
* @version 2.3.2
3+
* @version 2.4.1
44
* @license MIT
55
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
66
*/

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)