1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 02:23:59 +02:00

Utilize location.protocol

This commit is contained in:
Jakub Vrana
2011-02-15 18:11:24 +01:00
parent 15715b32ff
commit e4deeb61ba
5 changed files with 7 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
// Editor specific functions
function bodyLoad(version, protocol) {
function bodyLoad(version) {
}