Skip to content

Commit

Permalink
FIXED: Component: iziToast: Minor bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SagnikGanguly96 committed Jan 6, 2023
1 parent 79b48b4 commit f4dbdfa
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 338 deletions.
10 changes: 5 additions & 5 deletions src/addons/iziToast/iziToast.easy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 SGNetworks. All rights reserved.
* Copyright (c) 2022-2023 SGNetworks. All rights reserved.
*
* The software is an exclusive copyright of "SGNetworks" and is provided as is exclusively with only "USAGE" access. "Modification", "Alteration", "Re-distribution" is completely prohibited.
* VIOLATING THE ABOVE TERMS IS A PUNISHABLE OFFENSE WHICH MAY LEAD TO LEGAL CONSEQUENCES.
Expand All @@ -8,14 +8,14 @@
"use strict";

//import {iziToast} from "./iziToast";
//import('./iziToast.js');
import("./iziToast.js");

if(typeof jQuery === "undefined") {
throw new Error("iziToast.easy requires jQuery");
}
if(typeof iziToast === "undefined") {
throw new Error("iziToast.easy requires iziToast");
}
/*if(typeof iziToast === "undefined") {
throw new Error("iziToast.easy requires iziToast");
}*/


$(function(SGNUIKitConfig) {
Expand Down
Loading

0 comments on commit f4dbdfa

Please sign in to comment.