Skip to content

Commit

Permalink
fixed windows command prompt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
onokumus committed Sep 16, 2016
1 parent 129a400 commit ecfb1ee
Show file tree
Hide file tree
Showing 407 changed files with 5,149 additions and 14,830 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"plupload": "~2.1.2",
"bootstrap-switch": "~3.3.2",
"kbwood_countdown": "git://github.com/kbwood/countdown.git#2.0.1",
"jquery-inputlimiter": "https://jquery-inputlimiter.googlecode.com/files/jquery-inputlimiter.1.3.1.zip",
"jquery-inputlimiter": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jquery-inputlimiter/jquery-inputlimiter.1.3.1.zip",
"bootstrap3-wysihtml5-bower": "~0.3.3"
},
"dependencies": {
Expand Down
34 changes: 17 additions & 17 deletions dist/app.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
/**
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
* @version 2.3.2
* @version 2.4.1
* @license MIT
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
*/
'use strict';

;(function ($, Metis) {
var $button = $('.inner a.btn');
Metis.metisButton = function () {
$.each($button, function () {
$(this).popover({
placement: 'bottom',
title: this.innerHTML,
content: this.outerHTML,
trigger: Metis.isTouchDevice ? 'touchstart' : 'hover'
});
});
};
return Metis;
})(jQuery, Metis || {});
"use strict";

;(function ($, Metis) {
Expand Down Expand Up @@ -730,6 +714,22 @@
})(jQuery);
'use strict';

;(function ($, Metis) {
var $button = $('.inner a.btn');
Metis.metisButton = function () {
$.each($button, function () {
$(this).popover({
placement: 'bottom',
title: this.innerHTML,
content: this.outerHTML,
trigger: Metis.isTouchDevice ? 'touchstart' : 'hover'
});
});
};
return Metis;
})(jQuery, Metis || {});
'use strict';

;(function ($) {
"use strict";

Expand Down
4 changes: 2 additions & 2 deletions dist/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
* @version 2.3.2
* @version 2.4.1
* @license MIT
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* bootstrap-admin-template - Free Admin Template Based On Twitter Bootstrap 3.x
* @version 2.3.2
* @version 2.4.1
* @license MIT
* @link https://github.com/puikinsh/Bootstrap-Admin-Template
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ecfb1ee

Please sign in to comment.