[web2py] Re: Bootstrap tooltips require tether

2019-02-07 Thread Константин Комков
Its error coming only when I start ajax request and return also full page with web2py welcome. > jQuery.ajax({ > type: "POST", > url: "getRequest", > data: 'data='+JSON.stringify(data), > cache: false, > success: func

[web2py] Re: Bootstrap tooltips require tether

2019-02-07 Thread Константин Комков
Also I see in admin panel that controller default.py opens only index in my old applications, but now default.py opens getRequest, index. In old app default.py contained not only one function but opened only index. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt

[web2py] Re: Bootstrap tooltips require tether

2019-02-10 Thread Константин Комков
I need to find solution and I create simple project with ajax request it work in my computer and don't work on server. On server it returned welcom page. Now it's return errors like: > Failed to load resource: net::ERR_TOO_MANY_REDIRECTS..welcome:1 or > GET http://192.168.XXX.XXX/welcome