mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:37: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:
@@ -1933,7 +1933,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
commandline.commandOutput([
|
||||
["div", {}, [config.appName, " ", config.version, date, " running on: "].join("")],
|
||||
["div", {}, [navigator.userAgent].join("")]
|
||||
["div", {}, [window.navigator.userAgent].join("")]
|
||||
])
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user