|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
6056 |
efrain |
1 |
// Configure loading modules from the download directory,
|
|
|
2 |
requirejs.config({
|
|
|
3 |
"baseUrl": "//www.jsviews.com/download", // Or point to correct local path on your system: "baseUrl": "/",
|
|
|
4 |
// "baseUrl": "../../", // Or point to correct local path on your system: "baseUrl": "/",
|
|
|
5 |
"paths": {
|
|
|
6 |
"jquery": "//code.jquery.com/jquery-3.5.1",
|
|
|
7 |
"jsrender": "./jsrender"
|
|
|
8 |
}
|
|
|
9 |
});
|