Update custom.js

pull/951/head
JaydeepRokade 2024-09-02 00:01:58 +05:30 committed by GitHub
parent e52b5d3ce3
commit 282b55a56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**
* Resize function without multiple trigger
* Resize function without multiple triggers
*
* Usage:
* $(window).smartresize(function(){
@ -35,7 +35,7 @@
})(jQuery,'smartresize');
/**
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* To change this template file, choose Tools | Templates.
* and open the template in the editor.
*/
@ -5036,4 +5036,4 @@ $(document).ready(function () {
init_autosize();
init_autocomplete();
});
});