Forráskód Böngészése

Build latest commits

Kevin Brown 10 éve
szülő
commit
61916b2cfb

+ 1 - 1
dist/js/select2.amd.full.js

@@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
       var $selection = this.selectionContainer();
 
 
       $selection.append(formatted);
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
 
       $selection.data('data', selection);
       $selection.data('data', selection);
 
 

+ 1 - 1
dist/js/select2.amd.js

@@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
       var $selection = this.selectionContainer();
 
 
       $selection.append(formatted);
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
 
       $selection.data('data', selection);
       $selection.data('data', selection);
 
 

+ 1 - 1
dist/js/select2.full.js

@@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
       var $selection = this.selectionContainer();
 
 
       $selection.append(formatted);
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
 
       $selection.data('data', selection);
       $selection.data('data', selection);
 
 

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/select2.full.min.js


+ 1 - 1
dist/js/select2.js

@@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
       var $selection = this.selectionContainer();
 
 
       $selection.append(formatted);
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
 
       $selection.data('data', selection);
       $selection.data('data', selection);
 
 

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/select2.min.js


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott