This website works better with JavaScript.
Explore
Help
Sign In
sipwise
/
ngcp-csc
mirror of
https://github.com/sipwise/ngcp-csc.git
Watch
1
Star
0
Fork
You've already forked ngcp-csc
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
034dd09d13
mr5.4
mr5.4.2
master
mr5.4.1
mr5.4.1.1
mr5.4.2.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '034dd09d13'
${ noResults }
ngcp-csc
/
initLocalStorage.js
4 lines
104 B
Raw
Blame
History
if
(
!
localStorage
.
getItem
(
'languageSelected'
)
)
{
localStorage
.
setItem
(
'languageSelected'
,
'en'
)
;
}
;
Reference in new issue
View Git Blame
Copy Permalink