diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 03:29:04 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 03:29:04 +0530 |
| commit | 6fce792b0f2530e10497987ee04c0cf10c5d5556 (patch) | |
| tree | 342b14b124e23b79d9b46e722b2596bef53cb7b2 /templates/mac/index.html | |
| parent | 06511b50cc9a8a790f067b23c86d45f65326b5f1 (diff) | |
| download | nativekit-6fce792b0f2530e10497987ee04c0cf10c5d5556.tar.xz nativekit-6fce792b0f2530e10497987ee04c0cf10c5d5556.zip | |
Removed popover temporarily due to some issues
Diffstat (limited to 'templates/mac/index.html')
| -rw-r--r-- | templates/mac/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index e756f0f..8606a06 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -56,9 +56,7 @@ </div> </div> </header> - <div class="content"> - - </div> + <div class="content"></div> <footer class="titlebar statusbar"> <h1 class="window-title">Native Kit</h1> </footer> @@ -68,6 +66,7 @@ var target = document.getElementById('progress-spinner'); var spinner = new Spinner().spin(target); </script> + </body> </html>
\ No newline at end of file |
