Browse Source

Reove additional deps inline that required internet access, add hotfix

1.x
jlukic 10 years ago
parent
commit
e514181aca
  1. 13
      server/documents/hotfix.html.eco
  2. 2
      server/files/javascript/library/highlight.js
  3. 3
      server/partials/fixed-menu.html.eco
  4. 2
      server/partials/head.html.eco

13
server/documents/hotfix.html.eco

@ -10,8 +10,12 @@ type : 'Library'
<!-- TEST JS HERE !-->
<script>
$(document).ready(function() {
$('#popupper').popup({
preserve: false
$('.main .button').on('click', function() {
console.log('zzz');
$('.main .image').transition({
debug: true,
animation: 'not real'
});
});
});
</script>
@ -22,8 +26,7 @@ $(document).ready(function() {
</style>
<div class="main container">
<h1 id='popupper' data-content='Test text data'>Hover here and check console for error</h1>
<div class="ui button">Click me</div>
<img src="/images/wireframe/image.png" class="ui image">
</div>
<style type="text/css">
</style>

2
server/files/javascript/library/highlight.js

File diff suppressed because one or more lines are too long

3
server/partials/fixed-menu.html.eco

@ -33,7 +33,10 @@
<% end %>
<div class="right menu">
<div class="vertically fitted borderless item">
<% if 'development' in @getEnvironments(): %>
<% else: %>
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<% end %>
</div>
<a class="popup icon music item" data-content="Play Music">
<i class="alternate music icon"></i>

2
server/partials/head.html.eco

@ -98,7 +98,7 @@
</script>
<% end %>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script src="/javascript/library/highlight.js"></script>
<script src="/javascript/library/highlight.languages.js"></script>
<script src="/javascript/library/history.js"></script>

Loading…
Cancel
Save