File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
$ ( document ) . ready ( function ( ) {
2
+
2
3
if ( ! Modernizr . input . placeholder ) {
3
4
var script = document . createElement ( 'script' ) ;
4
5
script . type = "text/javascript" ;
5
6
script . src = '/static/js/libs/jquery.placeholder.js' ;
6
7
$ ( 'body' ) . append ( script ) ;
7
8
$ ( 'input' ) . placeholder ( ) ;
8
- }
9
+ }
9
10
10
- < ! -- Share plugin -- >
11
+ // Share plugin
11
12
$ ( '.share-js' ) . share ( {
12
13
url : 'http://guildbit.com' ,
13
14
text : 'Guildbit - Free 10 slot Mumble servers. No registration required!' ,
14
15
button_text : 'Share Us!'
15
- } ) ;
16
+ } ) ;
16
17
17
- <!-- Download Mumble OS chooser -->
18
+ // Download Mumble OS chooser
18
19
if ( os . indexOf ( "Linux" ) !== - 1 && ua . indexOf ( "android" ) === - 1 ) {
19
20
$ ( '#os-download #os-text' ) . text ( _LinuxDownload ) ;
20
21
$ ( '#os-download #download-link i' ) . removeClass ( 'fa-windows' ) ;
You can’t perform that action at this time.
0 commit comments