Skip to content

Commit

Permalink
Merge pull request #66
Browse files Browse the repository at this point in the history
FIXED: Component: iziToast: Minor bug fixes.
  • Loading branch information
SagnikGanguly96 authored Jan 7, 2023
2 parents 55716b7 + d6ecb2d commit 16b6033
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 341 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 16b6033

Please sign in to comment.