datacipen commited on
Commit
c7f40b4
·
verified ·
1 Parent(s): 6bd3aac

Update public/contexte.js

Browse files
Files changed (1) hide show
  1. 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
+ }