SPR-797 fix ID uniqueness

As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs
may not clash with headlines. To avoid that all IDs have to use two
subsequent underscores.
This commit is contained in:
Andreas Gohr 2017-02-13 16:53:06 +01:00
commit e1fee95368
7 changed files with 16 additions and 16 deletions

View file

@ -36,7 +36,7 @@
margin-bottom: 1.5rem;
clear: both;
}
#meta-box {
#spr__meta-box {
display: none;
}
}