This website requires JavaScript.
Explore
Help
Register
Sign In
discourse
/
docker_manager
mirror of
https://github.com/discourse/docker_manager.git
Watch
1
Star
0
Fork
You've already forked docker_manager
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60c429678f
docker_manager
/
manager-client
/
app
/
utils
/
ajax.js
5 lines
91 B
JavaScript
Raw
Blame
History
/* global ic */
export
default
function
ajax
(
)
{
return
ic
.
ajax
.
apply
(
null
,
arguments
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink