Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Milkyroad/SCiPNET
/ updateVersionText
Function
updateVersionText
public/src/js/script.js:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
});
8
//update version
9
function
updateVersionText() {
10
$(
"#version"
).text(
"V. 01-25-0.21"
);
11
}
12
updateVersionText();
13
$(window).resize(
function
() {
14
matchHeight();
Callers
1
script.js
File · 0.85
Calls
1
$
Function · 0.50
Tested by
no test coverage detected