tiny fix: add bootstrap responsive to loader

This commit is contained in:
vitalets
2012-11-21 17:11:37 +04:00
parent a5b737e379
commit 0466ec61d7
3 changed files with 6 additions and 2 deletions
src/editable-form
test

@ -278,7 +278,8 @@ $(function () {
asyncTest("submit to url defined as function", function () {
expect(3);
var newText = 'qwe',
e = $('<a href="#" data-pk="1" id="a"></a>').appendTo(fx).editable({
//should be called even without pk!
e = $('<a href="#" data-pk1="1" id="a"></a>').appendTo(fx).editable({
url: function(params) {
ok(params.value, newText, 'new text passed in users function');
var d = new $.Deferred;