fix 1.4.4 version
This commit is contained in:
parent
d6191b5cad
commit
73fc951bce
@ -2,7 +2,7 @@ X-editable changelog
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
||||||
Version 1.4.4 wip
|
Version 1.4.4 May 4, 2013
|
||||||
----------------------------
|
----------------------------
|
||||||
[enh #219] added `error` callback (joekaiser)
|
[enh #219] added `error` callback (joekaiser)
|
||||||
[enh #198] new value of showbuttons: 'bottom' (vitalets)
|
[enh #198] new value of showbuttons: 'bottom' (vitalets)
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>x-editable</id>
|
<id>x-editable</id>
|
||||||
<version>1.4.3</version>
|
<version>1.4.4</version>
|
||||||
<authors>Vitaliy Potapov</authors>
|
<authors>Vitaliy Potapov</authors>
|
||||||
<owners>Vitaliy Potapov</owners>
|
<owners>Vitaliy Potapov</owners>
|
||||||
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
||||||
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
||||||
<releaseNotes>hotfix for jQuery UI 1.9+.</releaseNotes>
|
<releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
|
||||||
<copyright>Copyright 2012-2013</copyright>
|
<copyright>Copyright 2012-2013</copyright>
|
||||||
<tags>edit-in-place editable bootstrap jquery</tags>
|
<tags>edit-in-place editable bootstrap jquery</tags>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -216,6 +216,7 @@ $(function () {
|
|||||||
asyncTest("clear button (showbuttons: false)", function () {
|
asyncTest("clear button (showbuttons: false)", function () {
|
||||||
var d = '15.05.1984 16:40',
|
var d = '15.05.1984 16:40',
|
||||||
e = $('<a href="#" data-type="datetime" data-pk="1" data-url="post-datetime-clear1.php">'+d+'</a>').appendTo(fx).editable({
|
e = $('<a href="#" data-type="datetime" data-pk="1" data-url="post-datetime-clear1.php">'+d+'</a>').appendTo(fx).editable({
|
||||||
|
showbuttons: false,
|
||||||
format: f,
|
format: f,
|
||||||
clear: 'abc'
|
clear: 'abc'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user