mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-26 17:29:53 +01:00
dont focus inputs, annoying on mobile
This commit is contained in:
@@ -248,7 +248,6 @@ define('admin/extend/plugins', [
|
||||
|
||||
populateUpgradeablePlugins();
|
||||
populateActivePlugins();
|
||||
searchInputEl.focus();
|
||||
};
|
||||
|
||||
function confirmInstall(pluginID, callback) {
|
||||
|
||||
@@ -6,7 +6,6 @@ define('forum/tags', ['forum/infinitescroll', 'alerts'], function (infinitescrol
|
||||
|
||||
Tags.init = function () {
|
||||
app.enterRoom('tags');
|
||||
$('#tag-search').focus();
|
||||
$('#tag-search').on('input propertychange', utils.debounce(function () {
|
||||
if (!$('#tag-search').val().length) {
|
||||
return resetSearch();
|
||||
|
||||
Reference in New Issue
Block a user