Skip to content
Snippets Groups Projects
Commit 9ba12248 authored by gitlabhq's avatar gitlabhq
Browse files

init commit

parent 93efff94
No related branches found
No related tags found
No related merge requests found
Showing
with 33 additions and 0 deletions
app/assets/images/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png

180 B

app/assets/images/jquery_ui/images/ui-bg_flat_75_ffffff_40x100.png

178 B

app/assets/images/jquery_ui/images/ui-bg_glass_55_fbf9ee_1x400.png

120 B

app/assets/images/jquery_ui/images/ui-bg_glass_65_ffffff_1x400.png

105 B

app/assets/images/jquery_ui/images/ui-bg_glass_75_dadada_1x400.png

111 B

app/assets/images/jquery_ui/images/ui-bg_glass_75_e6e6e6_1x400.png

110 B

app/assets/images/jquery_ui/images/ui-bg_glass_95_fef1ec_1x400.png

119 B

app/assets/images/jquery_ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png

101 B

app/assets/images/jquery_ui/images/ui-icons_222222_256x240.png

4.27 KiB

app/assets/images/jquery_ui/images/ui-icons_2e83ff_256x240.png

5.23 KiB

app/assets/images/jquery_ui/images/ui-icons_454545_256x240.png

4.27 KiB

app/assets/images/jquery_ui/images/ui-icons_888888_256x240.png

4.27 KiB

app/assets/images/jquery_ui/images/ui-icons_cd0a0a_256x240.png

4.27 KiB

app/assets/images/no_avatar.png

1.3 KiB

app/assets/images/rails.png

6.49 KiB

app/assets/images/txt.png

290 B

// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
//= require jquery
//= require jquery_ujs
//= require_tree .
$(function(){
$(".one_click_select").click(function(){
$(this).select();
});
$('select#branch').selectmenu({style:'popup', width:200});
$('select#tag').selectmenu({style:'popup', width:200});
});
$(document).ready(function(){
$(".day-commits-table li.commit").live('click', function(e){
if(e.target.nodeName != "A") {
location.href = $(this).attr("url");
e.stopPropagation();
return false;
}
});
});
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment