This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
sintonia
Watch
7
Star
0
Fork
You've already forked sintonia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
sintonia
/
legacy
/
public
/
js
/
airtime
/
airtime_bootstrap.js
6 lines
76 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
style(legacy): format (#2039)
2022-08-10 13:38:19 +02:00
$
(
document
)
.
ready
(
function
(
)
{
$
.
ajaxSetup
(
{
cache
:
false
,
}
)
;
CC-4605: Some AJAX calls are cached -fixed
2012-10-19 17:22:44 +02:00
}
)
;