Skip to content

Commit

Permalink
Force the menu hide-commands-from-a-different-api thing to run at pag…
Browse files Browse the repository at this point in the history
…e load.
  • Loading branch information
BSVino committed Aug 18, 2014
1 parent 777ef0e commit af30afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/copy/docs.gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function gl_printable_name(name) {
return "OpenGL X";
}

window.last_gl_version = window.current_api.substring(0, 2);
window.last_gl_version = "";
window.api_version = "";

function set_api_version(version) {
Expand Down

0 comments on commit af30afd

Please sign in to comment.