This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
99 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css " integrity ="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ " crossorigin ="anonymous ">
1010 < script src ="https://code.jquery.com/jquery-3.1.1.slim.min.js " integrity ="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n " crossorigin ="anonymous "> </ script >
11- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
11+ <!-- < script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> -- >
1212 < script src ="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js " integrity ="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb " crossorigin ="anonymous "> </ script >
1313 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js " integrity ="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn " crossorigin ="anonymous "> </ script >
1414 < link rel ="stylesheet " href ="dist/css/minified/style.css ">
@@ -184,7 +184,7 @@ <h1>ClearShift installation</h1>
184184 < a title ="CSShelp " href ="https://www.reddit.com/r/CSShelp/ " target ="_blank "> /r/CSShelp subreddit</ a > is the place worth visiting.</ p >
185185 < p >
186186 < center >
187- < a download id ="result " class ="btn btn-outline-primary " role ="button "> Download ClearShift</ a >
187+ < a download id ="minimal " class ="btn btn-outline-primary " role ="button " href =" https://github.com/Jasius/ClearShift/releases/download/V4.0.3/r-clearshift.zip "> Download ClearShift</ a >
188188 < a href ="https://github.com/Jasius/Windows-theme " id ="minimal " class ="btn btn-outline-primary " role ="button "> Source Code</ a >
189189 </ center >
190190 </ p >
Original file line number Diff line number Diff line change 11$ . get ( 'https://api.github.com/repos/jasius/clearshift/releases/latest' , function ( data ) {
2- $ ( '#result' ) . attr ( 'href' , data . zipball_url ) ;
2+ $ ( '#result' ) . attr ( 'href' , assets . browser_download_url ) ;
33} ) ;
You can’t perform that action at this time.
0 commit comments