Skip to content

Commit

Permalink
Merge pull request #7 from syncfusion/EJ2-841403-License
Browse files Browse the repository at this point in the history
(EJ2-841403)-License
  • Loading branch information
shyamg1991 authored Aug 31, 2023
2 parents 2622df6 + 4f4a464 commit 7d7d076
Show file tree
Hide file tree
Showing 2 changed files with 988,370 additions and 1 deletion.
988,367 changes: 988,366 additions & 1 deletion Scripts/ej2/ej2.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Scripts/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ var downloadFile;
var diagramThemes = new DiagramTheme(selectedItem);

window.onload = function () {
var hideLicense = document.getElementById("btnFileMenu-popup");
if (hideLicense) {
hideLicense.previousElementSibling.style.display = "none";
}
diagram = document.getElementById("diagram").ej2_instances[0];
symbolpalette = document.getElementById("symbolpalette").ej2_instances[0];
openTemplateDialog = document.getElementById("openTemplateDialog").ej2_instances[0];
Expand Down

0 comments on commit 7d7d076

Please sign in to comment.