Skip to content

Commit e616eca

Browse files
committed
[HK] Small BF and freshly presses CSS / JS
1 parent 5c19e08 commit e616eca

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

application/views/header-css.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{if isset( $options.mini_css ) and $options.mini_css}
2-
<link rel="stylesheet" type="text/css" href="{genUrl}/css/min.bundle-v29.css" />
2+
<link rel="stylesheet" type="text/css" href="{genUrl}/css/min.bundle-v30.css" />
33
{else}
44
<link rel="stylesheet" type="text/css" href="{genUrl}/css/200-jquery-ui-1.8.23.custom.css" />
55
<link rel="stylesheet" type="text/css" href="{genUrl}/css/230-jquery.contextMenu.css" />

application/views/header-js.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{if isset( $options.mini_js ) and $options.mini_js}
2-
<script type="text/javascript" src="{genUrl}/js/min.bundle-v29.js"></script>
2+
<script type="text/javascript" src="{genUrl}/js/min.bundle-v30.js"></script>
33
{else}
44
<script type="text/javascript" src="{genUrl}/js/200-jquery-1.10.0.js"></script>
55
<script type="text/javascript" src="{genUrl}/js/210-jquery-ui-1.10.3.custom.js"></script>

application/views/switch-port/js/snmp-poll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $( 'document' ).ready( function() {
5959
$( "select[id|='port-type']" ).on( 'change', function( event ){
6060

6161
var id = $( event.target ).attr( 'id' ).substr( $( event.target ).attr( 'id' ).lastIndexOf( '-' ) + 1 );
62-
var throb = tt_throbber( 20, 10, 1 );
62+
var throb = ossThrobber( 20, 10, 1 );
6363

6464
$( '#port-type-state-' + id ).html( "" );
6565
throb.appendTo( $( '#port-type-state-' + id ).get(0) ).start()
File renamed without changes.

public/js/min.bundle-v29.js public/js/min.bundle-v30.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)