mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	typo. [skip ci]
This commit is contained in:
		@ -116,7 +116,7 @@ yii = (function ($) {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            var $form = $e.closest('form');
 | 
					            var $form = $e.closest('form');
 | 
				
			||||||
            var newForm = !$form.length && $e.prop('href') != '';
 | 
					            var newForm = !$form.length || $e.prop('href') != '';
 | 
				
			||||||
            if (newForm) {
 | 
					            if (newForm) {
 | 
				
			||||||
                var action = $e.prop('href');
 | 
					                var action = $e.prop('href');
 | 
				
			||||||
                if (!action || !action.match(/(^\/|:\/\/)/)) {
 | 
					                if (!action || !action.match(/(^\/|:\/\/)/)) {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user