PHRAS-3148 : Thesaurus guy : change window to modal

This commit is contained in:
Harrys Ravalomanana
2020-06-23 17:49:32 +04:00
parent 1190c7c424
commit e96510b220
8 changed files with 153 additions and 79 deletions

View File

@@ -24,15 +24,15 @@
font-weight:900;
}
</style>
<script type="text/javascript" src="/assets/vendors/jquery/jquery{% if not app.debug %}.min{% endif %}.js"></script>
<script type="text/javascript" src="/assets/thesaurus/js/thesaurus{% if not app.debug %}.min{% endif %}.js"></script>
<script type="text/javascript">
function loaded()
{
window.name="PROPERTIES";
self.focus();
}
$( document ).ready(function() {
loaded();
});
</script>
</head>
<body id="desktop" onload="loaded();" class="dialog">