1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:27:58 +01:00

Fix :version.

Fixes issue #927.

--HG--
extra : transplant_source : %CE%11%D7%F1%00%FFZs%96%EE%FC%2B%3E%29%9A%40I%87E%3F
This commit is contained in:
Doug Kearns
2012-09-05 22:47:20 +10:00
parent 2274b0900a
commit 2eb6d3f9a1

View File

@@ -1933,7 +1933,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
commandline.commandOutput([ commandline.commandOutput([
["div", {}, [config.appName, " ", config.version, date, " running on: "].join("")], ["div", {}, [config.appName, " ", config.version, date, " running on: "].join("")],
["div", {}, [navigator.userAgent].join("")] ["div", {}, [window.navigator.userAgent].join("")]
]) ])
} }
}, { }, {