* Fix code format.

This commit is contained in:
tanghucheng
2022-03-10 15:31:50 +08:00
parent 31588aacc7
commit dc394cd674
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ $(document).on('click', '.chosen-with-drop', function()
$('select[id^="visions"]').each(function()
{
var i = $(this).attr('id').replace(/[^0-9]/ig, '');
var i = $(this).attr('id').replace(/[^0-9]/ig, '');
var vision = $('#visions1 option:selected').val();
$.post(createLink('user', 'ajaxGetGroup', "visions=" + vision + '&i=' + i), function(data){
@@ -84,7 +84,7 @@ $('select[id^="visions"]').each(function()
$("select[id^='visions']").change(function()
{
var i = $(this).attr('id').replace(/[^0-9]/ig, '');
var i = $(this).attr('id').replace(/[^0-9]/ig, '');
var visions = [];
$('select[id="visions' + i + '"] option:selected').each(function()