FIXME SR is private

This commit is contained in:
Paul Schneider 2023-03-19 17:57:55 +00:00
commit 123283f277
576 changed files with 75350 additions and 13070 deletions

13
src/Yavsc/wwwroot/js/site.js Executable file → Normal file
View file

@ -1,11 +1,4 @@
var notifClick =
function(nid) {
if (nid > 0) {
$.get('/api/dimiss/click/' + nid);
}
};
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.
var setUiCult = function(lngspec) {
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
location.reload();
};
// Write your JavaScript code.

View file

@ -0,0 +1,11 @@
var notifClick =
function(nid) {
if (nid > 0) {
$.get('/api/dimiss/click/' + nid);
}
};
var setUiCult = function(lngspec) {
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
location.reload();
};