Skip to content

Commit

Permalink
version updates to force browser fetch so buttons works
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed May 26, 2015
1 parent 6b7ede6 commit 186d320
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Project Structure
| **models**/Challenge.js | Mongoose schema and model for Challenge. |
| **public**/ | Static assets (fonts, css, js, img). |
| **public**/**js**/application.js | Specify client-side JavaScript dependencies. |
| **public**/**js**/main.js | Place your client-side JavaScript here. |
| **public**/**js**/main_0.0.1.js | Place your client-side JavaScript here. |
| **public**/**css**/main.less | Main stylesheet for the app. |
| **views/account**/ | Templates for *login, password reset, signup, profile*. |
| **views/partials**/flash.jade | Error, info and success flash notifications. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var allTests = '';
});
})();

var otherTestsForNow = "<script src='/js/lib/coursewares/iFrameScripts_0.0.1.js'></script>";
var otherTestsForNow = "<script src='/js/lib/coursewares/iFrameScripts_0.0.2.js'></script>";

var delay;
// Initialize CodeMirror editor with a nice html5 canvas demo.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion views/coursewares/showBonfire.jade
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ block content
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.2.js')
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.3.js')

#complete-courseware-dialog.modal(tabindex='-1')
.modal-dialog.animated.zoomIn.fast-animation
Expand Down
2 changes: 1 addition & 1 deletion views/coursewares/showHTML.jade
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ block content
.animated.zoomInDown.delay-half
span.completion-icon.ion-checkmark-circled.text-primary
a.animated.fadeIn.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress
script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.2.js")
script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.3.js")
2 changes: 1 addition & 1 deletion views/coursewares/showJS.jade
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ block content
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.2.js')
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.3.js')
#complete-courseware-dialog.modal(tabindex='-1')
.modal-dialog.animated.zoomIn.fast-animation
.modal-content
Expand Down
2 changes: 1 addition & 1 deletion views/partials/universal-head.jade
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script.
window.moment || document.write('<script src="/bower_components/moment/min/moment.min.js"><\/script>');

// Leave the below lines alone!
script(src="/js/main.js")
script(src="/js/main_0.0.1.js")

script(src="/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js")

Expand Down

0 comments on commit 186d320

Please sign in to comment.