Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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