Skip to content

Commit

Permalink
clean up jelly code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Grove committed Mar 21, 2017
1 parent 33fd52e commit c14ac31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<!-- Ugh...jelly...some people love it....I do not -->
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div style="display:none"><g:evaluate object="true">var g_ck=gs.getSession().getSessionToken(); var scope=gs.getProperty('glide.appcreator.company.code')</g:evaluate></div>
<div style="display:none"><g:evaluate object="true">var g_ck=gs.getSession().getSessionToken();</g:evaluate></div>

<html>
<head>
<meta charset="utf-8" />
<title>Ng2snow</title>

<!-- Init some variables 'n things. -->
<script>(function() { window['_app_base'] = window.location.pathname;window['_g_ck']="$[g_ck]";document.sys_id="$[sys_id]";})()</script>
<script>(function() { window['_app_base'] = window.location.pathname;window['_g_ck']="$[g_ck]";})()</script>

<!-- bootstrap...why not use a CDN? Its so much easier-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
Expand Down Expand Up @@ -48,7 +48,7 @@
* installed on your instance. This isn't really necessary for Angular2
* development. Developing locally is much better.
****************************************************************************
<g:requires name="x_ngrove_livereload.ui_page_livereload.jsdbx" />
<g:requires name="x_ngrove_livereload.ui_page_livereload.jsdbx?page=$[sys_id]" />
-->

</j:jelly>

0 comments on commit c14ac31

Please sign in to comment.