We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1398880 commit aff371cCopy full SHA for aff371c
1 file changed
assets/src/js/base/custom.js
@@ -16,11 +16,6 @@
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
*/
18
19
-// Aggiunta dell'ingranaggio all'unload della pagina
20
-$(window).on("beforeunload", function () {
21
- $("#main_loading").show().find('img').show().removeClass('animation__shake').addClass('animation__shake');
22
-});
23
-
24
// Fix multi-modal
25
$(document).on('hidden.bs.modal', '.modal', function () {
26
$(this).remove();
0 commit comments