Lots of changes, started on working /add
4
src/app.d.ts
vendored
@ -1,5 +1,9 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
declare module '@fortawesome/pro-solid-svg-icons/index.es' {
|
||||
export * from '@fortawesome/pro-solid-svg-icons';
|
||||
}
|
||||
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
|
Before Width: | Height: | Size: 209 KiB |
Before Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 502 KiB |
Before Width: | Height: | Size: 388 KiB |
Before Width: | Height: | Size: 264 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 458 KiB |
Before Width: | Height: | Size: 439 KiB |
Before Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 489 KiB |
Before Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 284 KiB |
Before Width: | Height: | Size: 263 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 312 KiB |
Before Width: | Height: | Size: 495 KiB |
Before Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 408 KiB |
Before Width: | Height: | Size: 289 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 383 KiB |
Before Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 582 KiB |
Before Width: | Height: | Size: 326 KiB |
Before Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 329 KiB |
Before Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 339 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 214 KiB |
Before Width: | Height: | Size: 326 KiB |
Before Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 246 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 511 KiB |
Before Width: | Height: | Size: 283 KiB |
Before Width: | Height: | Size: 395 KiB |
Before Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 625 KiB |
Before Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 300 KiB |
@ -1,12 +0,0 @@
|
||||
document.querySelectorAll('.url_insert').forEach(url_insert);
|
||||
function url_insert(el) {
|
||||
var url = el.dataset.url;
|
||||
var xhttp = new XMLHttpRequest();
|
||||
xhttp.onreadystatechange = function() {
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
el.innerHTML = this.response;
|
||||
}
|
||||
};
|
||||
xhttp.open("GET", url, true);
|
||||
xhttp.send();
|
||||
}
|
Before Width: | Height: | Size: 230 KiB |
Before Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 275 KiB |
Before Width: | Height: | Size: 461 KiB |
Before Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 295 KiB |
Before Width: | Height: | Size: 452 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 326 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 331 KiB |
Before Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 521 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 197 KiB |
Before Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 497 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 330 KiB |
Before Width: | Height: | Size: 409 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 466 KiB |
Before Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 136 KiB |