mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-10 02:49:15 +00:00
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
remove event.observe from login form (not needed) load pluginhost via amd
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
}
|
||||
|
||||
var query = "register.php?action=check&login=" +
|
||||
param_escape(login);
|
||||
encodeURIComponent(login);
|
||||
|
||||
new Ajax.Request(query, {
|
||||
onComplete: function(transport) {
|
||||
|
||||
Reference in New Issue
Block a user