Skip to content

Instantly share code, notes, and snippets.

@sbruchmann
Created June 27, 2014 07:31
Show Gist options
  • Save sbruchmann/31d849c86659641e73d9 to your computer and use it in GitHub Desktop.
Save sbruchmann/31d849c86659641e73d9 to your computer and use it in GitHub Desktop.
Hide Toolbar in Brackets
define(function () {
"use strict";
$("#main-toolbar").hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment