Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Sync with kodekit-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ercanozkaya committed Jun 15, 2021
1 parent 5f62314 commit 34b7ab7
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 523 deletions.
432 changes: 141 additions & 291 deletions code/resources/assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/css/admin.min.css

Large diffs are not rendered by default.

325 changes: 107 additions & 218 deletions code/resources/assets/css/site.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/css/site.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/debugger.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/jquery.magnific-popup.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/kodekit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ Koowa.Controller = Koowa.Class.extend({
this.options.url = this.form.attr('action');
}

this.toolbar = $(this.options.toolbar);
this.toolbar = this.form.parents('.k-ui-namespace').find(this.options.toolbar);
this.form.data('controller', this);

this.on('execute', function(){
Expand Down
2 changes: 1 addition & 1 deletion code/resources/assets/js/kodekit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/kodekit.select2.min.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions code/resources/assets/js/modernizr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* modernizr v3.11.1
* modernizr v3.11.3
* Build https://modernizr.com/download?-appearance-boxshadow-checked-cssanimations-eventlistener-flexbox-flexboxlegacy-flexboxtweener-flexwrap-touchevents-prefixedcss-setclasses-shiv-dontmin-cssclassprefix:k-
*
* Copyright (c)
Expand Down Expand Up @@ -35,8 +35,7 @@
* @access public
*/
var ModernizrProto = {
// The current version, dummy
_version: '3.11.1',
_version: '3.11.3',

// Any settings that don't work as separate modules
// can go in here as configuration.
Expand Down
2 changes: 1 addition & 1 deletion code/resources/assets/js/modernizr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/resources/assets/js/vue.min.js

Large diffs are not rendered by default.

0 comments on commit 34b7ab7

Please sign in to comment.