rewrite image editor, make images editable at projects and studios

This commit is contained in:
Milan
2018-05-14 23:11:32 +02:00
parent b97fe15f7a
commit 41d209f05a
47 changed files with 1152 additions and 393 deletions

View File

@@ -392,13 +392,12 @@ var calcms_settings = new Array();
$('header.entry-header').each( function(){
var elem=$(this);
$(this).find("h1").each( function(){
if ( $(this).text() == "calcms" ){
if ( $(this).text() == "Programm" ){
isCalcms=true;
$(this).text("Programm");
}
});
});
$('div.site-info').remove();
if (isCalcms==false){