-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2014, Kartik Visweswaran | ||
Copyright (c) 2015, Kartik Visweswaran | ||
Krajee.com | ||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* @package yii2-editable | ||
* @author Kartik Visweswaran <kartikv2@gmail.com> | ||
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 | ||
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 | ||
* @version 1.7.1 | ||
* | ||
* Editable Extension - PJAX processing script for popover-x | ||
* | ||
* Built for Yii Framework 2.0 | ||
* Author: Kartik Visweswaran | ||
* Year: 2014 | ||
* Year: 2015 | ||
* For more Yii related demos visit http://demos.krajee.com | ||
*/var initEditablePjax;!function(o){"use strict";initEditablePjax=function(t,n,i){o("#"+t).on("pjax:complete",function(){window[i]!==!0&&(o("#"+n).on("click",function(t){t.preventDefault();var n=o(this),i=o(n.attr("data-target")),a=i.data("popover-x")&&i.hasClass("in")?"toggle":n.data();"toggle"!==a?(a.$target=n,i.popoverX(a).popoverX("show").on("hide",function(){n.focus()})):i.popoverX(a).on("hide",function(){n.focus()})}),window[i]=!0)})}}(window.jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.