diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index c2305b10..db1d5e73 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -43,3 +43,5 @@ standard-minifier-js@1.2.1 shell-server fourseven:scss seba:minifiers-autoprefixer +nikogosovd:multiple-uihooks +templates:array diff --git a/rpg-docs/.meteor/versions b/rpg-docs/.meteor/versions index 7bdf3093..19a5bced 100644 --- a/rpg-docs/.meteor/versions +++ b/rpg-docs/.meteor/versions @@ -83,6 +83,7 @@ modules-runtime@0.7.7 momentjs:moment@2.17.1 mongo@1.1.14 mongo-id@1.0.6 +nikogosovd:multiple-uihooks@0.1.8 npm-bcrypt@0.9.2 npm-mongo@2.2.11_2 oauth@1.1.12 @@ -112,6 +113,7 @@ splendido:accounts-emails-field@1.2.0 splendido:accounts-meld@1.3.1 srp@1.0.10 standard-minifier-js@1.2.1 +templates:array@1.0.3 templating@1.2.15 templating-compiler@1.2.15 templating-runtime@1.2.15 diff --git a/rpg-docs/client/views/private/GeneralCSS/globalDetail.css b/rpg-docs/client/views/GeneralCSS/globalDetail.css similarity index 100% rename from rpg-docs/client/views/private/GeneralCSS/globalDetail.css rename to rpg-docs/client/views/GeneralCSS/globalDetail.css diff --git a/rpg-docs/client/views/private/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css similarity index 100% rename from rpg-docs/client/views/private/GeneralCSS/typography.css rename to rpg-docs/client/views/GeneralCSS/typography.css diff --git a/rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.html b/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.html rename to rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html diff --git a/rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.js b/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.js rename to rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js diff --git a/rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.html b/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.html rename to rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html diff --git a/rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.js b/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.js rename to rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js diff --git a/rpg-docs/client/views/private/character/attacks/attackView/attackView.html b/rpg-docs/client/views/character/attacks/attackView/attackView.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackView/attackView.html rename to rpg-docs/client/views/character/attacks/attackView/attackView.html diff --git a/rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.html b/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.html rename to rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html diff --git a/rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.js b/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.js rename to rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js diff --git a/rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.html b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.html rename to rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html diff --git a/rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.js b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.js rename to rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js diff --git a/rpg-docs/client/views/private/character/characterSettings/characterSettings.html b/rpg-docs/client/views/character/characterSettings/characterSettings.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/characterSettings.html rename to rpg-docs/client/views/character/characterSettings/characterSettings.html diff --git a/rpg-docs/client/views/private/character/characterSettings/characterSettings.js b/rpg-docs/client/views/character/characterSettings/characterSettings.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/characterSettings.js rename to rpg-docs/client/views/character/characterSettings/characterSettings.js diff --git a/rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.html b/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.html rename to rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html diff --git a/rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.js b/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.js rename to rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js diff --git a/rpg-docs/client/views/private/character/characterSettings/shareDialog.html b/rpg-docs/client/views/character/characterSettings/shareDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/shareDialog.html rename to rpg-docs/client/views/character/characterSettings/shareDialog.html diff --git a/rpg-docs/client/views/private/character/characterSettings/shareDialog.js b/rpg-docs/client/views/character/characterSettings/shareDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/shareDialog.js rename to rpg-docs/client/views/character/characterSettings/shareDialog.js diff --git a/rpg-docs/client/views/private/character/characterSheet.css b/rpg-docs/client/views/character/characterSheet.css similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.css rename to rpg-docs/client/views/character/characterSheet.css diff --git a/rpg-docs/client/views/private/character/characterSheet.html b/rpg-docs/client/views/character/characterSheet.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.html rename to rpg-docs/client/views/character/characterSheet.html diff --git a/rpg-docs/client/views/private/character/characterSheet.js b/rpg-docs/client/views/character/characterSheet.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.js rename to rpg-docs/client/views/character/characterSheet.js diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.css b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.css similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.css rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.css diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.html b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.html rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.html diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.js b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.js rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.js diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.css b/rpg-docs/client/views/character/effects/effectView/effectView.css similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.css rename to rpg-docs/client/views/character/effects/effectView/effectView.css diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.html b/rpg-docs/client/views/character/effects/effectView/effectView.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.html rename to rpg-docs/client/views/character/effects/effectView/effectView.html diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.js b/rpg-docs/client/views/character/effects/effectView/effectView.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.js rename to rpg-docs/client/views/character/effects/effectView/effectView.js diff --git a/rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.html b/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.html rename to rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html diff --git a/rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.js b/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.js rename to rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js diff --git a/rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.html b/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.html rename to rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html diff --git a/rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.js b/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.js rename to rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js diff --git a/rpg-docs/client/views/private/character/features/featureDialog/featureDialog.html b/rpg-docs/client/views/character/features/featureDialog/featureDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/features/featureDialog/featureDialog.html rename to rpg-docs/client/views/character/features/featureDialog/featureDialog.html diff --git a/rpg-docs/client/views/private/character/features/featureDialog/featureDialog.js b/rpg-docs/client/views/character/features/featureDialog/featureDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/features/featureDialog/featureDialog.js rename to rpg-docs/client/views/character/features/featureDialog/featureDialog.js diff --git a/rpg-docs/client/views/private/character/features/features.css b/rpg-docs/client/views/character/features/features.css similarity index 100% rename from rpg-docs/client/views/private/character/features/features.css rename to rpg-docs/client/views/character/features/features.css diff --git a/rpg-docs/client/views/private/character/features/features.html b/rpg-docs/client/views/character/features/features.html similarity index 100% rename from rpg-docs/client/views/private/character/features/features.html rename to rpg-docs/client/views/character/features/features.html diff --git a/rpg-docs/client/views/private/character/features/features.js b/rpg-docs/client/views/character/features/features.js similarity index 100% rename from rpg-docs/client/views/private/character/features/features.js rename to rpg-docs/client/views/character/features/features.js diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.html b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.html rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.js b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.js rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.scss b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.scss similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.scss rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.scss diff --git a/rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.html b/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.html rename to rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.js b/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.js rename to rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.html b/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.html rename to rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.js b/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.js rename to rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/inventory.html b/rpg-docs/client/views/character/inventory/inventory.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/inventory.html rename to rpg-docs/client/views/character/inventory/inventory.html diff --git a/rpg-docs/client/views/private/character/inventory/inventory.js b/rpg-docs/client/views/character/inventory/inventory.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/inventory.js rename to rpg-docs/client/views/character/inventory/inventory.js diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.css b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.css rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.html b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.html rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.js b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.js rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.css b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.css rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.html b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.html rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.js b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.js rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.html b/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.html rename to rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.js b/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.js rename to rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js diff --git a/rpg-docs/client/views/private/character/journal/classDialog/classDialog.html b/rpg-docs/client/views/character/journal/classDialog/classDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/classDialog/classDialog.html rename to rpg-docs/client/views/character/journal/classDialog/classDialog.html diff --git a/rpg-docs/client/views/private/character/journal/classDialog/classDialog.js b/rpg-docs/client/views/character/journal/classDialog/classDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/classDialog/classDialog.js rename to rpg-docs/client/views/character/journal/classDialog/classDialog.js diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.css b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.css rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.html b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.html rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.js b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.js rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js diff --git a/rpg-docs/client/views/private/character/journal/journal.css b/rpg-docs/client/views/character/journal/journal.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.css rename to rpg-docs/client/views/character/journal/journal.css diff --git a/rpg-docs/client/views/private/character/journal/journal.html b/rpg-docs/client/views/character/journal/journal.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.html rename to rpg-docs/client/views/character/journal/journal.html diff --git a/rpg-docs/client/views/private/character/journal/journal.js b/rpg-docs/client/views/character/journal/journal.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.js rename to rpg-docs/client/views/character/journal/journal.js diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.css b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.css rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.css diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.html b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.html rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.html diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.js b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.js rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.js diff --git a/rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.html b/rpg-docs/client/views/character/journal/raceDialog/raceDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.html rename to rpg-docs/client/views/character/journal/raceDialog/raceDialog.html diff --git a/rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.js b/rpg-docs/client/views/character/journal/raceDialog/raceDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.js rename to rpg-docs/client/views/character/journal/raceDialog/raceDialog.js diff --git a/rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.html b/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.html rename to rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html diff --git a/rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.js b/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.js rename to rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js diff --git a/rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.html b/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.html rename to rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html diff --git a/rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.js b/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.js rename to rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js diff --git a/rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.html b/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.html rename to rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html diff --git a/rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.js b/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.js rename to rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js diff --git a/rpg-docs/client/views/private/character/persona/persona.html b/rpg-docs/client/views/character/persona/persona.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/persona.html rename to rpg-docs/client/views/character/persona/persona.html diff --git a/rpg-docs/client/views/private/character/persona/persona.js b/rpg-docs/client/views/character/persona/persona.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/persona.js rename to rpg-docs/client/views/character/persona/persona.js diff --git a/rpg-docs/client/views/private/character/persona/textDialog/textDialog.html b/rpg-docs/client/views/character/persona/textDialog/textDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/textDialog/textDialog.html rename to rpg-docs/client/views/character/persona/textDialog/textDialog.html diff --git a/rpg-docs/client/views/private/character/persona/textDialog/textDialog.js b/rpg-docs/client/views/character/persona/textDialog/textDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/textDialog/textDialog.js rename to rpg-docs/client/views/character/persona/textDialog/textDialog.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.html b/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.html rename to rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.js b/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.js rename to rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.html b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.html rename to rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.js b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.js rename to rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.html b/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.html rename to rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.js b/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.js rename to rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.html b/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.html rename to rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.js b/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.js rename to rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.html b/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.html rename to rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.js b/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.js rename to rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.css b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.css rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.css diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.html b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.html rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.html diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.js b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.js rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.js diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.css b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.css rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.html b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.html rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.js b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.js rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js diff --git a/rpg-docs/client/views/private/character/spells/spells.css b/rpg-docs/client/views/character/spells/spells.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.css rename to rpg-docs/client/views/character/spells/spells.css diff --git a/rpg-docs/client/views/private/character/spells/spells.html b/rpg-docs/client/views/character/spells/spells.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.html rename to rpg-docs/client/views/character/spells/spells.html diff --git a/rpg-docs/client/views/private/character/spells/spells.js b/rpg-docs/client/views/character/spells/spells.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.js rename to rpg-docs/client/views/character/spells/spells.js diff --git a/rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.html b/rpg-docs/client/views/character/stats/abilityCards/abilityCards.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.html rename to rpg-docs/client/views/character/stats/abilityCards/abilityCards.html diff --git a/rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.js b/rpg-docs/client/views/character/stats/abilityCards/abilityCards.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.js rename to rpg-docs/client/views/character/stats/abilityCards/abilityCards.js diff --git a/rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.html b/rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.html rename to rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.html diff --git a/rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.js b/rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.js rename to rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.js diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.html b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.html rename to rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.js b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.js rename to rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.html b/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.html rename to rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.js b/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.js rename to rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js diff --git a/rpg-docs/client/views/private/character/stats/carryCapacityTable/carryCapacityTable.html b/rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/carryCapacityTable/carryCapacityTable.html rename to rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.css b/rpg-docs/client/views/character/stats/healthCard/healthCard.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.css rename to rpg-docs/client/views/character/stats/healthCard/healthCard.css diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.html b/rpg-docs/client/views/character/stats/healthCard/healthCard.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.html rename to rpg-docs/client/views/character/stats/healthCard/healthCard.html diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.js b/rpg-docs/client/views/character/stats/healthCard/healthCard.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.js rename to rpg-docs/client/views/character/stats/healthCard/healthCard.js diff --git a/rpg-docs/client/views/private/character/stats/hitDice/hitDice.html b/rpg-docs/client/views/character/stats/hitDice/hitDice.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/hitDice/hitDice.html rename to rpg-docs/client/views/character/stats/hitDice/hitDice.html diff --git a/rpg-docs/client/views/private/character/stats/hitDice/hitDice.js b/rpg-docs/client/views/character/stats/hitDice/hitDice.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/hitDice/hitDice.js rename to rpg-docs/client/views/character/stats/hitDice/hitDice.js diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.css b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.css rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.css diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.html b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.html rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.html diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.js b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.js rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.js diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.html b/rpg-docs/client/views/character/stats/skillRow/skillRow.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.html rename to rpg-docs/client/views/character/stats/skillRow/skillRow.html diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.js b/rpg-docs/client/views/character/stats/skillRow/skillRow.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.js rename to rpg-docs/client/views/character/stats/skillRow/skillRow.js diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.scss b/rpg-docs/client/views/character/stats/skillRow/skillRow.scss similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.scss rename to rpg-docs/client/views/character/stats/skillRow/skillRow.scss diff --git a/rpg-docs/client/views/private/character/stats/stats.css b/rpg-docs/client/views/character/stats/stats.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.css rename to rpg-docs/client/views/character/stats/stats.css diff --git a/rpg-docs/client/views/private/character/stats/stats.html b/rpg-docs/client/views/character/stats/stats.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.html rename to rpg-docs/client/views/character/stats/stats.html diff --git a/rpg-docs/client/views/private/character/stats/stats.js b/rpg-docs/client/views/character/stats/stats.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.js rename to rpg-docs/client/views/character/stats/stats.js diff --git a/rpg-docs/client/views/private/characterList/characterList.css b/rpg-docs/client/views/characterList/characterList.css similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.css rename to rpg-docs/client/views/characterList/characterList.css diff --git a/rpg-docs/client/views/private/characterList/characterList.html b/rpg-docs/client/views/characterList/characterList.html similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.html rename to rpg-docs/client/views/characterList/characterList.html diff --git a/rpg-docs/client/views/private/characterList/characterList.js b/rpg-docs/client/views/characterList/characterList.js similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.js rename to rpg-docs/client/views/characterList/characterList.js diff --git a/rpg-docs/client/views/private/characterList/characterSideList.css b/rpg-docs/client/views/characterList/characterSideList.css similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.css rename to rpg-docs/client/views/characterList/characterSideList.css diff --git a/rpg-docs/client/views/private/characterList/characterSideList.html b/rpg-docs/client/views/characterList/characterSideList.html similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.html rename to rpg-docs/client/views/characterList/characterSideList.html diff --git a/rpg-docs/client/views/private/characterList/characterSideList.js b/rpg-docs/client/views/characterList/characterSideList.js similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.js rename to rpg-docs/client/views/characterList/characterSideList.js diff --git a/rpg-docs/client/views/private/feedback/feedback.html b/rpg-docs/client/views/feedback/feedback.html similarity index 100% rename from rpg-docs/client/views/private/feedback/feedback.html rename to rpg-docs/client/views/feedback/feedback.html diff --git a/rpg-docs/client/views/private/feedback/feedback.js b/rpg-docs/client/views/feedback/feedback.js similarity index 100% rename from rpg-docs/client/views/private/feedback/feedback.js rename to rpg-docs/client/views/feedback/feedback.js diff --git a/rpg-docs/client/views/private/guide/guide.css b/rpg-docs/client/views/guide/guide.css similarity index 100% rename from rpg-docs/client/views/private/guide/guide.css rename to rpg-docs/client/views/guide/guide.css diff --git a/rpg-docs/client/views/private/guide/guide.html b/rpg-docs/client/views/guide/guide.html similarity index 100% rename from rpg-docs/client/views/private/guide/guide.html rename to rpg-docs/client/views/guide/guide.html diff --git a/rpg-docs/client/views/private/home/home.html b/rpg-docs/client/views/home/home.html similarity index 100% rename from rpg-docs/client/views/private/home/home.html rename to rpg-docs/client/views/home/home.html diff --git a/rpg-docs/client/views/private/home/home.js b/rpg-docs/client/views/home/home.js similarity index 100% rename from rpg-docs/client/views/private/home/home.js rename to rpg-docs/client/views/home/home.js diff --git a/rpg-docs/client/views/private/home/intro/intro.html b/rpg-docs/client/views/home/intro/intro.html similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.html rename to rpg-docs/client/views/home/intro/intro.html diff --git a/rpg-docs/client/views/private/home/intro/intro.js b/rpg-docs/client/views/home/intro/intro.js similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.js rename to rpg-docs/client/views/home/intro/intro.js diff --git a/rpg-docs/client/views/private/home/intro/intro.scss b/rpg-docs/client/views/home/intro/intro.scss similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.scss rename to rpg-docs/client/views/home/intro/intro.scss diff --git a/rpg-docs/client/views/layout/layout.html b/rpg-docs/client/views/layout/layout.html index 605b107e..ad863d4b 100644 --- a/rpg-docs/client/views/layout/layout.html +++ b/rpg-docs/client/views/layout/layout.html @@ -79,4 +79,6 @@ {{/if}} +
+ {{> dialogStack}} diff --git a/rpg-docs/client/views/private/loading/loading.css b/rpg-docs/client/views/loading/loading.css similarity index 100% rename from rpg-docs/client/views/private/loading/loading.css rename to rpg-docs/client/views/loading/loading.css diff --git a/rpg-docs/client/views/private/loading/loading.html b/rpg-docs/client/views/loading/loading.html similarity index 100% rename from rpg-docs/client/views/private/loading/loading.html rename to rpg-docs/client/views/loading/loading.html diff --git a/rpg-docs/client/views/private/loading/loading.js b/rpg-docs/client/views/loading/loading.js similarity index 100% rename from rpg-docs/client/views/private/loading/loading.js rename to rpg-docs/client/views/loading/loading.js diff --git a/rpg-docs/client/views/private/meta/changeLog/changeLog.html b/rpg-docs/client/views/meta/changeLog/changeLog.html similarity index 100% rename from rpg-docs/client/views/private/meta/changeLog/changeLog.html rename to rpg-docs/client/views/meta/changeLog/changeLog.html diff --git a/rpg-docs/client/views/private/notFound/notFound.html b/rpg-docs/client/views/notFound/notFound.html similarity index 100% rename from rpg-docs/client/views/private/notFound/notFound.html rename to rpg-docs/client/views/notFound/notFound.html diff --git a/rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.html b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.html rename to rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html diff --git a/rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.js b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.js rename to rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.css b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.css rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.html b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.html rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.js b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.js rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.html b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.html rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.js b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.js rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.scss b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.scss similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.scss rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.scss diff --git a/rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.html b/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.html rename to rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html diff --git a/rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.js b/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.js rename to rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js diff --git a/rpg-docs/client/views/private/paperTemplates/ripple/ripple.css b/rpg-docs/client/views/paperTemplates/ripple/ripple.css similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/ripple/ripple.css rename to rpg-docs/client/views/paperTemplates/ripple/ripple.css diff --git a/rpg-docs/client/views/private/paperTemplates/ripple/ripple.html b/rpg-docs/client/views/paperTemplates/ripple/ripple.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/ripple/ripple.html rename to rpg-docs/client/views/paperTemplates/ripple/ripple.html diff --git a/rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.html b/rpg-docs/client/views/paperTemplates/undoToast/undoToast.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.html rename to rpg-docs/client/views/paperTemplates/undoToast/undoToast.html diff --git a/rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.js b/rpg-docs/client/views/paperTemplates/undoToast/undoToast.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.js rename to rpg-docs/client/views/paperTemplates/undoToast/undoToast.js diff --git a/rpg-docs/client/views/private/testContent.html b/rpg-docs/client/views/private/testContent.html deleted file mode 100644 index b4b7427a..00000000 --- a/rpg-docs/client/views/private/testContent.html +++ /dev/null @@ -1,3 +0,0 @@ - -