mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
widgets save button
This commit is contained in:
@@ -71,7 +71,7 @@ define('admin/extend/widgets', function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('#widgets .save').on('click', saveWidgets);
|
||||
$('#save').on('click', saveWidgets);
|
||||
|
||||
function saveWidgets() {
|
||||
var total = $('#widgets [data-template][data-location]').length;
|
||||
|
||||
Reference in New Issue
Block a user