Explorar o código

Upgrade to release v2.4.0 - Code cleanup

Kartik Visweswaran %!s(int64=10) %!d(string=hai) anos
pai
achega
d5903f6987
Modificáronse 2 ficheiros con 0 adicións e 16 borrados
  1. 0 16
      js/fileinput.js
  2. 0 0
      js/fileinput.min.js

+ 0 - 16
js/fileinput.js

@@ -675,22 +675,6 @@
         }
     }
 
-    $.fn.fileinput = function (options) {
-        if (!hasFileAPISupport()) {
-          return;
-        }
-        
-        return this.each(function () {
-            var $this = $(this), data = $this.data('fileinput')
-            if (!data) {
-                $this.data('fileinput', (data = new FileInput(this, options)))
-            }
-            if (typeof options == 'string') {
-                data[options]()
-            }
-        })
-    };
-
     //FileInput plugin definition
     $.fn.fileinput = function (option) {
         if (!hasFileAPISupport()) {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
js/fileinput.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio