* wip
This commit is contained in:
parent
a579429349
commit
4ac903ece4
File diff suppressed because it is too large
Load Diff
|
|
@ -9,6 +9,7 @@
|
|||
//= require influxdb-latest
|
||||
//= require jam_track_utils
|
||||
//= require bridge
|
||||
//= require bridge_api
|
||||
|
||||
|
||||
(function (context, $) {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,13 @@ div[layout="header"] h1 {
|
|||
cursor:pointer;
|
||||
width: 247px;
|
||||
height:45px;
|
||||
@include replace-text(image-url("header/logo.png"));
|
||||
text-indent: -119988px;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
text-transform: capitalize;
|
||||
background-image: url(/assets/header/logo-6c293f8eb76677d8bbaca838be8b5f1c.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ task rebuild_bridge: :environment do
|
|||
if li['Q_INVOKABLE']
|
||||
match = /^.*Q_INVOKABLE\s+\S+\s+([^\(]+)\(.*$/.match(li)
|
||||
method = match.captures[0]
|
||||
methods << method
|
||||
bits = method.split()
|
||||
methods << bits[bits.length - 1]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue