FIXME SR is private
This commit is contained in:
parent
8929cc9bfa
commit
123283f277
576 changed files with 75350 additions and 13070 deletions
13
src/Yavsc/wwwroot/js/site.js
Executable file → Normal file
13
src/Yavsc/wwwroot/js/site.js
Executable file → Normal 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.
|
||||
|
|
|
|||
11
src/Yavsc/wwwroot/js/site.js.old
Executable file
11
src/Yavsc/wwwroot/js/site.js.old
Executable 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();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue