mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3148 : Thesaurus guy : change window to modal
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user