diff options
author | Malf Furious <m@lfurio.us> | 2016-03-06 17:09:55 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-03-27 20:16:32 -0400 |
commit | 53472e75c050ce9b653cc70eeed56715d9a4163e (patch) | |
tree | c3e2f8279804d28a4a5a55af2d5962d002386622 /examples/example.html | |
parent | 0cc2192ff7582f5f9c2c9a20adcceae3bbc1fa84 (diff) | |
download | scrott-53472e75c050ce9b653cc70eeed56715d9a4163e.tar.gz scrott-53472e75c050ce9b653cc70eeed56715d9a4163e.zip |
Add settings modal to Common MVC
This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu.
Diffstat (limited to 'examples/example.html')
-rw-r--r-- | examples/example.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example.html b/examples/example.html index ca22361..e1e5618 100644 --- a/examples/example.html +++ b/examples/example.html @@ -43,7 +43,6 @@ <li><a href="#">My open Issues</a></li> <li role="separator" class="divider"></li> <li><a href="#">Private Messages <span class="badge">1</span></a></li> - <li><a href="#">Settings</a></li> <!--END--> </div> </div> |