Spaces:
Running
Running
Update public/contexte.js
Browse files- public/contexte.js +3 -0
public/contexte.js
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
function contextia(text) {
|
2 |
+
document.getElementById('custom-topbar').innerHTML = text;
|
3 |
+
}
|