Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4e12f0cc

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Caching generated CSS, returning it separate from HTML

Zobrazit rozdíly:

Backend/Core/Entities/Annotation.cs
33 33
        public string CachedLengths { get; set; } = "";
34 34
        public string CachedClosingPositions { get; set; } = "";
35 35
        public string CachedClosingLengths { get; set; } = "";
36
        //public string CachedNodeDict { get; set; } = "";
36
        public string CachedCSS { get; set; } = "";
37 37

  
38 38
        public Guid? LastModifiedTagId { get; set; }
39 39
        public EModified ModifiedType { get; set; } = EModified.NONE;

Také k dispozici: Unified diff