mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
combine user edit & user details
This commit is contained in:
@@ -502,27 +502,6 @@ function infobox_callback2(transport, title) {
|
||||
}
|
||||
}
|
||||
|
||||
function filterCR(e, f)
|
||||
{
|
||||
var key;
|
||||
|
||||
if(window.event)
|
||||
key = window.event.keyCode; //IE
|
||||
else
|
||||
key = e.which; //firefox
|
||||
|
||||
if (key == 13) {
|
||||
if (typeof f != 'undefined') {
|
||||
f();
|
||||
return false;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
function getInitParam(key) {
|
||||
return init_params[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user