This commit is contained in:
vitalets 2013-08-08 00:18:03 +04:00
parent cc694b0f0d
commit 3b6319bf55
2 changed files with 3 additions and 3 deletions

2
dist/CHANGELOG.txt vendored

@ -1,7 +1,7 @@
X-editable changelog
=============================
Version 1.4.6 wip
Version 1.4.6 Aug 8, 2013
----------------------------
[bug #312] can't apply selector more than once (vitalets)
[enh #48] textarea: use `white-space: pre-wrap` instead of nl2br conversion (vitalets)

4
dist/README.md vendored

@ -17,8 +17,8 @@ bower install x-editable
### CDN
````js
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/js/bootstrap-editable.min.js"></script>
````
## Documentation