Revision 66be390b ui/static/snf/js/sync.js

b/ui/static/snf/js/sync.js
111 111
            complete: api.handlerWrapper(api.completeHandler, complete, "complete"),
112 112
            beforeSend: api.handlerWrapper(api.beforeSendHandler, before_send, "beforeSend"),
113 113
            cache: options.cache || false,
114
            timeout: options.timeout || window.TIMEOUT || 5000
114
            timeout: options.timeout || snf.config.ajax_timeout || window.TIMEOUT || 5000
115 115
        });
116 116
        return bb.sync(method, model, api_options);
117 117
    }

Also available in: Unified diff