Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jquery-editable-poshytip.js #914

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions bower.json
@@ -1,5 +1,6 @@
{
"name": "x-editable",
"version": "1.5.3"
"ignore": [
"CHANGELOG.txt",
"Gruntfile.js",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "vitalets/x-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "http://github.com/vitalets/x-editable",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery-editable/js/jquery-editable-poshytip.js
Expand Up @@ -4639,7 +4639,7 @@ $(function(){
$.extend($.fn.editableContainer.Popup.prototype, {
containerName: 'poshytip',
innerCss: 'div.tip-inner',
defaults: $.fn.poshytip.defaults,
defaults:($.fn.poshytip)?$.fn.poshytip.defaults:null,

initContainer: function(){
this.handlePlacement();
Expand Down Expand Up @@ -5115,4 +5115,4 @@ Automatically shown in inline mode.

$.fn.editabletypes.dateuifield = DateUIField;

}(window.jQuery));
}(window.jQuery));
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "X-editable",
"title": "X-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
"version": "1.5.1",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. Updated fork to include poshytip fix",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You want to maintain a fork or merge it?

"version": "1.5.3",
"homepage": "http://github.com/vitalets/x-editable",
"author": {
"name": "Vitaliy Potapov",
Expand Down