Skip to content

Commit

Permalink
Fixes #28 - Remove unneeded variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Jul 6, 2024
1 parent af3bdc9 commit a6ce966
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ let entityschema_stylesheet = entityschema_getStylesheet();
$('html > head').append("<style>" + entityschema_stylesheet + "</style>");
let entityschema_list = [];
let value = window.localStorage.getItem("entityschema-auto");
let entityschema_entityName = "";
let lang = "";
let schema = window.localStorage.getItem("entityschema");

$(document).ready(function(){
Expand Down

0 comments on commit a6ce966

Please sign in to comment.