Update common.js

This commit is contained in:
tom5079
2022-01-04 00:28:25 +09:00
committed by GitHub
parent 93bf6f4302
commit 263f438e4b

View File

@@ -5,7 +5,6 @@ var domain = (/^dev\./.test(document.location.hostname.toString()) ? 'dev' : 'lt
var galleryblockextension = '.html';
var galleryblockdir = 'galleryblock';
var nozomiextension = '.nozomi';
var gg = {};
function subdomain_from_url(url, base) {
var retval = 'b';