5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
// If this file exists in theme directory, it will be loaded in <head> section
|
|
|
|
var imgLoading = new Image();
|
|
imgLoading.src = 'themes/oxygen/img/loading.gif';
|